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

Hierarchy (View Summary)

Properties

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