interface TimelineNodeStyle {
    backgroundBorderRadius?: number | number[];
    backgroundFill?: string;
    backgroundOpacity?: number;
}

Hierarchy (view full)

Properties

backgroundBorderRadius?: number | number[]
backgroundFill?: string
backgroundOpacity?: number