inaturalistjs
Preparing search index...
PostComment
Type Alias PostComment
type
PostComment
=
{
comment
?:
{
body
?:
string
;
parentId
?:
number
;
parentType
?:
|
"Observation"
|
"ListedTaxon"
|
"AssessmentSection"
|
"ObservationField"
|
"Post"
|
"TaxonChange"
;
}
;
}
Index
Properties
comment?
Properties
Optional
comment
comment
?:
{
body
?:
string
;
parentId
?:
number
;
parentType
?:
|
"Observation"
|
"ListedTaxon"
|
"AssessmentSection"
|
"ObservationField"
|
"Post"
|
"TaxonChange"
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment
inaturalistjs
Loading...