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

    Interface ScrubberLaneStyle

    interface ScrubberLaneStyle {
        backgroundFill: Color;
        backgroundOpacity: Size;
        descriptionTextFill: Color;
        descriptionTextFontSize: Size;
        descriptionTextFontStyle?: string;
        descriptionTextYOffset?: Size;
        divisionTickHeight: number;
        height: number;
        leftBackgroundFill?: Color;
        leftBackgroundOpacity?: Size;
        loadingAnimationFill?: Color;
        loadingAnimationSpeed?: Size;
        loadingAnimationType?: "pulse" | "gradient";
        marginBottom: number;
        rightBackgroundFill?: Color;
        rightBackgroundOpacity?: Size;
        tickDivisionMinWidth: number;
        tickDivisor: number;
        tickFill: string;
        tickHeight: number;
        timecodeFill: string;
        timecodeFontSize: number;
        timecodeShowFirst: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    backgroundFill: Color
    backgroundOpacity: Size
    descriptionTextFill: Color
    descriptionTextFontSize: Size
    descriptionTextFontStyle?: string
    descriptionTextYOffset?: Size
    divisionTickHeight: number
    height: number
    leftBackgroundFill?: Color
    leftBackgroundOpacity?: Size
    loadingAnimationFill?: Color
    loadingAnimationSpeed?: Size
    loadingAnimationType?: "pulse" | "gradient"
    marginBottom: number
    rightBackgroundFill?: Color
    rightBackgroundOpacity?: Size
    tickDivisionMinWidth: number
    tickDivisor: number
    tickFill: string
    tickHeight: number
    timecodeFill: string
    timecodeFontSize: number
    timecodeShowFirst: boolean