ExperimentalOptional ReadonlyapplyCustom sink; use instead of (or in addition to) handle/layer.
Optional Readonly ExperimentalbaseExtra query properties merged under the generated where (handle binding).
Readonly ExperimentalextentFull playable time extent as [start, end].
Optional ReadonlyformatOverride the generated where clause (handle binding). The default is
<timeField> >= <startMs> AND <timeField> < <endMs>.
Optional Readonly ExperimentalframeWall-clock delay between frames.
Optional Readonly ExperimentalhandleBridge binding: a MountedSource (or anything with a Query-shaped
setFilter). Each window becomes a where clause on timeField.
Optional Readonly ExperimentallayerMapLibre binding: client-side setFilter over already-materialized
layers. Each window becomes a numeric range filter on timeField
composed (all) with the layer's filter at bind time, so bridge
geometry filters survive. Requires numeric (epoch ms) properties.
Optional Readonly ExperimentalloopRestart from the extent start after the last window.
Optional Readonly ExperimentalstepHow far the window advances per frame.
Optional Readonly ExperimentaltimeFeature property holding the feature's time. Required with handle/layer.
Readonly ExperimentalwindowWindow length in milliseconds.
Options for createTemporalPlayback.