Sports Lib API - v21.3.0
GitHub
npm
Preparing search index...
API
ActivityJSONInterface
Interface ActivityJSONInterface
interface
ActivityJSONInterface
{
creator
:
CreatorJSONInterface
;
diveSourceRecords
?:
DiveSourceRecordsJSONInterface
;
endDate
:
number
;
events
:
DataJSONInterface
[]
;
id
?:
string
;
intensityZones
:
IntensityZonesJSONInterface
[]
;
laps
:
LapJSONInterface
[]
;
name
:
string
|
null
;
powerCurve
?:
DataJSONInterface
|
null
;
powerMeter
:
boolean
;
startDate
:
number
;
stats
:
DataJSONInterface
;
streams
:
{
[
key
:
string
]:
(
number
|
null
)
[]
}
|
StreamJSONInterface
[]
;
swimLengths
?:
SwimLengthJSONInterface
[]
;
trainer
:
boolean
;
type
:
ActivityTypes
;
}
Index
Properties
creator
dive
Source
Records?
end
Date
events
id?
intensity
Zones
laps
name
power
Curve?
power
Meter
start
Date
stats
streams
swim
Lengths?
trainer
type
Properties
creator
creator
:
CreatorJSONInterface
Optional
dive
Source
Records
diveSourceRecords
?:
DiveSourceRecordsJSONInterface
Structured FIT gas and tank records, when the activity includes them.
end
Date
endDate
:
number
events
events
:
DataJSONInterface
[]
Optional
id
id
?:
string
intensity
Zones
intensityZones
:
IntensityZonesJSONInterface
[]
laps
laps
:
LapJSONInterface
[]
name
name
:
string
|
null
Optional
power
Curve
powerCurve
?:
DataJSONInterface
|
null
power
Meter
powerMeter
:
boolean
start
Date
startDate
:
number
stats
stats
:
DataJSONInterface
streams
streams
:
{
[
key
:
string
]:
(
number
|
null
)
[]
}
|
StreamJSONInterface
[]
Optional
swim
Lengths
swimLengths
?:
SwimLengthJSONInterface
[]
trainer
trainer
:
boolean
type
type
:
ActivityTypes
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
creator
dive
Source
Records
end
Date
events
id
intensity
Zones
laps
name
power
Curve
power
Meter
start
Date
stats
streams
swim
Lengths
trainer
type
GitHub
npm
Sports Lib API - v21.3.0
Loading...
Structured FIT gas and tank records, when the activity includes them.