@byomakase/omakase-player
    Preparing search index...

    Interface ChromingMarkerBarConfig

    Configuration for a marker track in the player chroming.

    interface ChromingMarkerBarConfig {
        id: string;
        visible: boolean;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier for the marker track. If not provided, a random id will be generated. The id is used to identify the marker track when updating or deleting it.

    visible: boolean

    Initial visibility of the marker track. If not provided, the marker track will be visible by default.