inaturalistjs
Preparing search index...
PostFlag
Type Alias PostFlag
type
PostFlag
=
{
flag
?:
{
flag
?:
"spam"
|
"inappropriate"
|
"other"
;
flaggableId
?:
number
;
flaggableType
?:
|
"Comment"
|
"Identification"
|
"Message"
|
"Observation"
|
"Post"
|
"Taxon"
;
}
;
flagExplanation
?:
string
;
}
Index
Properties
flag?
flag
Explanation?
Properties
Optional
flag
flag
?:
{
flag
?:
"spam"
|
"inappropriate"
|
"other"
;
flaggableId
?:
number
;
flaggableType
?:
|
"Comment"
|
"Identification"
|
"Message"
|
"Observation"
|
"Post"
|
"Taxon"
;
}
Optional
flag
Explanation
flagExplanation
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
flag
flag
Explanation
inaturalistjs
Loading...