Split
Defined in: console-sdk/src/session/types.ts:332
A split: DeviceTotals frozen at an interval / split-every / end boundary (SDK_PLAN.md §3.12.4).
Extends
Section titled “Extends”Properties
Section titled “Properties”avgPace500Seconds
Section titled “avgPace500Seconds”avgPace500Seconds:
number|null
Defined in: console-sdk/src/session/types.ts:319
Average pace, seconds per 500m, or null when unknowable.
Inherited from
Section titled “Inherited from”DeviceTotals.avgPace500Seconds
avgWatts
Section titled “avgWatts”avgWatts:
number|null
Defined in: console-sdk/src/session/types.ts:321
Average power, watts, or null when not reported.
Inherited from
Section titled “Inherited from”boundary
Section titled “boundary”boundary:
"interval"|"splitEvery"|"end"
Defined in: console-sdk/src/session/types.ts:336
Which boundary closed this split.
calories
Section titled “calories”calories:
number
Defined in: console-sdk/src/session/types.ts:315
Calories burned.
Inherited from
Section titled “Inherited from”distanceMeters
Section titled “distanceMeters”distanceMeters:
number
Defined in: console-sdk/src/session/types.ts:313
Distance covered, meters.
Inherited from
Section titled “Inherited from”elapsedSeconds
Section titled “elapsedSeconds”elapsedSeconds:
number
Defined in: console-sdk/src/session/types.ts:323
Elapsed working time, seconds.
Inherited from
Section titled “Inherited from”index:
number
Defined in: console-sdk/src/session/types.ts:334
0-based split/interval index.
strokes
Section titled “strokes”strokes:
number|null
Defined in: console-sdk/src/session/types.ts:317
Stroke/revolution count, or null when not reported.