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

    Interface PeriodMarkerConfig

    interface PeriodMarkerConfig {
        editable?: boolean;
        id?: string;
        style: PeriodMarkerStyle;
        text?: string;
        timeObservation: PeriodObservation;
    }

    Hierarchy

    Index

    Properties

    editable?: boolean
    id?: string
    text?: string
    timeObservation: PeriodObservation