Interface TimelineLaneComponentConfig

interface TimelineLaneComponentConfig {
    height: number;
    justify: "start" | "end";
    margin?: number[];
    timelineNode: TimelineNode;
    width: number;
}

Properties

height: number

Height

justify: "start" | "end"

Justify to start or end

margin?: number[]

Margins: [top, right, bottom, left]

timelineNode: TimelineNode

TimelineNode to add

width: number

Width