TimeBlock: {
    end: Date | number;
    showEventSn: number;
    start: Date | number;
    color?: string;
    link?: ITimelinePlayable;
    title?: string;
}

時段

Type declaration

  • end: Date | number

    結束時間。

  • showEventSn: number
  • start: Date | number

    開始時間。

  • Optional color?: string

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

  • Optional link?: ITimelinePlayable

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

  • Optional title?: string

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

Generated using TypeDoc