Base style for classes that extend BaseTimelineLane

interface LabelLaneStyle {
    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;
    textAreaStretch?: boolean;
    textFill: string;
    textFontSize: number;
    textFontStyle?: string;
}

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
textAreaStretch?: boolean
textFill: string
textFontSize: number
textFontStyle?: string