Interface

UseActiveMarkersResult

Result returned by `useActiveMarkers`.

Signature

Type Definition
Interface UseActiveMarkersResult

Properties

NameSignatureDescription
activeMarkeractiveMarker: Marker | nullMarker exactly at the playhead, or null when none is active.
nearestMarkernearestMarker: Marker | nullMarker nearest to the playhead, or null when no markers exist.
nextMarkernextMarker: Marker | nullNext marker after the playhead, or null when none exists.
previousMarkerpreviousMarker: Marker | nullPrevious marker before the playhead, or null when none exists.