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

    Interface ThumbnailTrackLaneStyle

    interface ThumbnailTrackLaneStyle {
        backgroundFill: Color;
        backgroundOpacity: Size;
        border?: TimelineLaneBorderEdges;
        descriptionTextFill: Color;
        descriptionTextFontSize: Size;
        descriptionTextFontStyle?: string;
        descriptionTextYOffset?: Size;
        height: number;
        leftBackgroundFill?: Color;
        leftBackgroundOpacity?: Size;
        leftBorder?: TimelineLaneBorderEdges;
        loadingAnimationFill?: Color;
        loadingAnimationSpeed?: Size;
        loadingAnimationType?: "pulse" | "gradient";
        marginBottom: number;
        marginTop: number;
        padding?: number | number[];
        placeholderImageUrl?: string;
        rightBackgroundFill?: Color;
        rightBackgroundOpacity?: Size;
        rightBorder?: TimelineLaneBorderEdges;
        thumbnailHeight?: Size;
        thumbnailHoverScale: Size;
        thumbnailHoverStroke: Color;
        thumbnailHoverStrokeWidth: Size;
        thumbnailStroke: Color;
        thumbnailStrokeWidth: Size;
    }

    Hierarchy (View Summary)

    Index

    Properties

    backgroundFill: Color
    backgroundOpacity: Size
    border?: TimelineLaneBorderEdges

    Shared top/bottom border for both panes; overridden per-pane by leftBorder/rightBorder.

    descriptionTextFill: Color
    descriptionTextFontSize: Size
    descriptionTextFontStyle?: string
    descriptionTextYOffset?: Size
    height: number
    leftBackgroundFill?: Color
    leftBackgroundOpacity?: Size
    leftBorder?: TimelineLaneBorderEdges
    loadingAnimationFill?: Color
    loadingAnimationSpeed?: Size
    loadingAnimationType?: "pulse" | "gradient"
    marginBottom: number
    marginTop: number
    padding?: number | number[]

    Additional top/bottom padding applied to the lane's content area, on top of any implicit padding reserved by border/leftBorder/rightBorder width. A single number applies to both edges; a 2-element array is [top, bottom].

    placeholderImageUrl?: string

    Custom URL for the thumbnail loading placeholder image. Overrides the built-in light/dark placeholder derived from the timeline's loadingAnimationTheme.

    rightBackgroundFill?: Color
    rightBackgroundOpacity?: Size
    rightBorder?: TimelineLaneBorderEdges
    thumbnailHeight?: Size
    thumbnailHoverScale: Size
    thumbnailHoverStroke: Color
    thumbnailHoverStrokeWidth: Size
    thumbnailStroke: Color
    thumbnailStrokeWidth: Size