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

    Interface MarkerLaneStyle

    Base style for classes that extend BaseTimelineLane

    interface MarkerLaneStyle {
        backgroundFill?: string;
        backgroundOpacity?: number;
        descriptionTextFill?: string;
        descriptionTextFontSize?: number;
        descriptionTextFontStyle?: string;
        descriptionTextYOffset?: number;
        height: number;
        leftBackgroundFill?: string;
        leftBackgroundOpacity?: number;
        marginBottom?: number;
        markerStyle: Partial<MarkerStyle>;
        rightBackgroundFill?: string;
        rightBackgroundOpacity?: 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
    markerStyle: Partial<MarkerStyle>
    rightBackgroundFill?: string
    rightBackgroundOpacity?: number