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

    Interface MomentMarkerConfig

    interface MomentMarkerConfig {
        editable?: boolean;
        id?: string;
        style: MomentMarkerStyle;
        text?: string;
        timeObservation: MomentObservation;
    }

    Hierarchy

    Index

    Properties

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