PilotGaea 3D O'view
    正在準備搜尋索引...

    類型別名 TimeBlock

    時段

    type TimeBlock = {
        title?: string;
        start: Date | number;
        end: Date | number;
        color?: string;
        link?: ITimelinePlayable;
    }
    索引

    屬性

    title?: string

    色塊的名稱,若有給將會在滑鼠移動到色塊上時顯示。

    start: Date | number

    開始時間。

    end: Date | number

    結束時間。

    color?: string

    時段的顏色,若沒給將自動採用數量相對的顏色。

    link?: ITimelinePlayable

    對應聯動物件,移除聯動物件時會一併移除這個時段色塊,addLink時系統自動填入。