Threepipe Timeline UI Plugin
    Preparing search index...

    Interface TimelineTrack

    interface TimelineTrack {
        id: any;
        items: TrackItem[];
        label: string;
        order?: number;
        type?: string;
        uuid: string;
    }
    Index

    Properties

    id: any
    items: TrackItem[]
    label: string
    order?: number
    type?: string
    uuid: string