Base style for classes that extend BaseTimelineLane

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

Hierarchy (view full)

Properties

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