Signature
useTimelineTrack(trackId: string, options: TimelineTrackGeometryOptions = {}): UseTimelineTrackResult<TrackKind>Type parameters
| Name | Constraint | Default | Description |
|---|---|---|---|
TrackKind | string | string | No type parameter summary yet. |
Parameters
| Name | Type | Description |
|---|---|---|
| trackId | string | Track id to read and update. |
| options | TimelineTrackGeometryOptions | Optional track geometry overrides matching the renderer. |
Returns
UseTimelineTrackResult<TrackKind>