observation-js Documentation - v1.16.0
Preparing search index...
ChallengeListParams
Interface ChallengeListParams
interface
ChallengeListParams
{
coordinates
?:
string
;
type
?:
"regular"
|
"onboarding"
|
"group"
;
is_active
?:
boolean
;
}
Index
Properties
coordinates?
type?
is_
active?
Properties
Optional
coordinates
coordinates
?:
string
The user's location, formatted as a
latitude,longitude
pair.
Optional
type
type
?:
"regular"
|
"onboarding"
|
"group"
Optional
is_
active
is_active
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
coordinates
type
is_
active
observation-js Documentation - v1.16.0
Loading...
The user's location, formatted as a
latitude,longitudepair.