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

    Interface ThumbnailLaneStyle

    Base style for classes that extend BaseTimelineLane

    interface ThumbnailLaneStyle {
        backgroundFill?: string;
        backgroundOpacity?: number;
        descriptionTextFill?: string;
        descriptionTextFontSize?: number;
        descriptionTextFontStyle?: string;
        descriptionTextYOffset?: number;
        height: number;
        leftBackgroundFill?: string;
        leftBackgroundOpacity?: number;
        marginBottom?: number;
        rightBackgroundFill?: string;
        rightBackgroundOpacity?: number;
        thumbnailHeight: number;
        thumbnailHoverScale: number;
        thumbnailHoverStroke: string;
        thumbnailHoverStrokeWidth: number;
        thumbnailStroke: string;
        thumbnailStrokeWidth: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    backgroundFill?: string
    backgroundOpacity?: number
    descriptionTextFill?: string
    descriptionTextFontSize?: number
    descriptionTextFontStyle?: string
    descriptionTextYOffset?: number
    height: number
    leftBackgroundFill?: string
    leftBackgroundOpacity?: number
    marginBottom?: number
    rightBackgroundFill?: string
    rightBackgroundOpacity?: number
    thumbnailHeight: number
    thumbnailHoverScale: number
    thumbnailHoverStroke: string
    thumbnailHoverStrokeWidth: number
    thumbnailStroke: string
    thumbnailStrokeWidth: number