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

    Interface BarChartLaneLaneStyle

    interface BarChartLaneLaneStyle {
        backgroundFill: Color;
        backgroundOpacity: Size;
        descriptionTextFill: Color;
        descriptionTextFontSize: Size;
        descriptionTextFontStyle?: string;
        descriptionTextYOffset?: Size;
        height: number;
        leftBackgroundFill?: Color;
        leftBackgroundOpacity?: Size;
        loadingAnimationFill?: Color;
        loadingAnimationSpeed?: Size;
        loadingAnimationType?: "pulse" | "gradient";
        marginBottom: number;
        rightBackgroundFill?: Color;
        rightBackgroundOpacity?: Size;
    }

    Hierarchy (View Summary)

    Index

    Properties

    backgroundFill: Color
    backgroundOpacity: Size
    descriptionTextFill: Color
    descriptionTextFontSize: Size
    descriptionTextFontStyle?: string
    descriptionTextYOffset?: Size
    height: number
    leftBackgroundFill?: Color
    leftBackgroundOpacity?: Size
    loadingAnimationFill?: Color
    loadingAnimationSpeed?: Size
    loadingAnimationType?: "pulse" | "gradient"
    marginBottom: number
    rightBackgroundFill?: Color
    rightBackgroundOpacity?: Size