Sports Lib API - v17.3.0
GitHub
npm
Preparing search index...
API
SwimLengthInterface
Interface SwimLengthInterface
interface
SwimLengthInterface
{
avgCadence
:
DataCadence
|
null
;
avgHeartRate
:
DataHeartRate
|
null
;
avgSpeed
:
DataSpeed
|
null
;
calories
:
DataEnergy
|
null
;
distance
:
DataDistance
|
null
;
elapsedTime
:
DataDuration
|
null
;
endDate
:
Date
;
index
:
number
;
lapIndex
:
number
|
null
;
maxHeartRate
:
DataHeartRate
|
null
;
poolLength
:
DataDistance
|
null
;
startDate
:
Date
;
stroke
:
string
|
null
;
strokes
:
number
|
null
;
swolf
:
number
|
null
;
timerTime
:
DataDuration
|
null
;
type
:
string
;
toJSON
()
:
SwimLengthJSONInterface
;
}
Hierarchy (
View Summary
)
SerializableClassInterface
SwimLengthInterface
Index
Properties
avg
Cadence
avg
Heart
Rate
avg
Speed
calories
distance
elapsed
Time
end
Date
index
lap
Index
max
Heart
Rate
pool
Length
start
Date
stroke
strokes
swolf
timer
Time
type
Methods
to
JSON
Properties
avg
Cadence
avgCadence
:
DataCadence
|
null
avg
Heart
Rate
avgHeartRate
:
DataHeartRate
|
null
avg
Speed
avgSpeed
:
DataSpeed
|
null
calories
calories
:
DataEnergy
|
null
distance
distance
:
DataDistance
|
null
elapsed
Time
elapsedTime
:
DataDuration
|
null
end
Date
endDate
:
Date
index
index
:
number
lap
Index
lapIndex
:
number
|
null
max
Heart
Rate
maxHeartRate
:
DataHeartRate
|
null
pool
Length
poolLength
:
DataDistance
|
null
start
Date
startDate
:
Date
stroke
stroke
:
string
|
null
strokes
strokes
:
number
|
null
swolf
swolf
:
number
|
null
timer
Time
timerTime
:
DataDuration
|
null
type
type
:
string
Methods
to
JSON
toJSON
()
:
SwimLengthJSONInterface
Returns
SwimLengthJSONInterface
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
avg
Cadence
avg
Heart
Rate
avg
Speed
calories
distance
elapsed
Time
end
Date
index
lap
Index
max
Heart
Rate
pool
Length
start
Date
stroke
strokes
swolf
timer
Time
type
Methods
to
JSON
GitHub
npm
Sports Lib API - v17.3.0
Loading...