Sports Lib API - v17.3.0
GitHub
npm
Preparing search index...
API
RouteJSONInterface
Interface RouteJSONInterface
interface
RouteJSONInterface
{
activityType
:
ActivityTypes
|
null
;
comment
?:
string
|
null
;
creator
:
CreatorJSONInterface
;
description
?:
string
|
null
;
extensions
?:
unknown
;
id
?:
string
;
links
?:
RouteLinkInterface
[]
;
name
:
string
|
null
;
number
?:
number
|
null
;
points
:
RoutePointInterface
[]
;
stats
:
DataJSONInterface
;
streams
:
StreamJSONInterface
[]
|
{
[
key
:
string
]:
(
number
|
null
)
[]
}
;
}
Index
Properties
activity
Type
comment?
creator
description?
extensions?
id?
links?
name
number?
points
stats
streams
Properties
activity
Type
activityType
:
ActivityTypes
|
null
Optional
comment
comment
?:
string
|
null
creator
creator
:
CreatorJSONInterface
Optional
description
description
?:
string
|
null
Optional
extensions
extensions
?:
unknown
Optional
id
id
?:
string
Optional
links
links
?:
RouteLinkInterface
[]
name
name
:
string
|
null
Optional
number
number
?:
number
|
null
points
points
:
RoutePointInterface
[]
stats
stats
:
DataJSONInterface
streams
streams
:
StreamJSONInterface
[]
|
{
[
key
:
string
]:
(
number
|
null
)
[]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
activity
Type
comment
creator
description
extensions
id
links
name
number
points
stats
streams
GitHub
npm
Sports Lib API - v17.3.0
Loading...