Signature
Interface UseActiveMarkersResultProperties
| Name | Signature | Description |
|---|---|---|
activeMarker | activeMarker: Marker | null | Marker exactly at the playhead, or null when none is active. |
nearestMarker | nearestMarker: Marker | null | Marker nearest to the playhead, or null when no markers exist. |
nextMarker | nextMarker: Marker | null | Next marker after the playhead, or null when none exists. |
previousMarker | previousMarker: Marker | null | Previous marker before the playhead, or null when none exists. |