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

    Interface LabelLaneConfig

    Base configuration for classes that extend BaseTimelineLane

    interface LabelLaneConfig {
        description?: string;
        loadingAnimation?: boolean;
        minimized: boolean;
        text: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    loadingAnimation?: boolean

    Show a loading animation while the lane's track(s) are loading. Defaults to false.

    minimized: boolean
    text: string