observation-js Documentation - v1.14.0
Preparing search index...
CreateObservationPayload
Type Alias CreateObservationPayload
type
CreateObservationPayload
=
{
date
:
string
;
species_id
?:
number
;
species_guess
?:
string
;
location_id
?:
number
;
point
?:
Point
;
time
?:
string
;
notes
?:
string
;
is_certain
?:
boolean
;
count
?:
number
;
upload_media
?:
string
[]
;
}
Index
Properties
date
species_
id?
species_
guess?
location_
id?
point?
time?
notes?
is_
certain?
count?
upload_
media?
Properties
date
date
:
string
Optional
species_
id
species_id
?:
number
Optional
species_
guess
species_guess
?:
string
Optional
location_
id
location_id
?:
number
Optional
point
point
?:
Point
Optional
time
time
?:
string
Optional
notes
notes
?:
string
Optional
is_
certain
is_certain
?:
boolean
Optional
count
count
?:
number
Optional
upload_
media
upload_media
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
date
species_
id
species_
guess
location_
id
point
time
notes
is_
certain
count
upload_
media
observation-js Documentation - v1.14.0
Loading...