Interface ITrackInfo

timeline中的轨道(track)类型

interface ITrackInfo {
    belongId?: string;
    trackId: string;
    type: ITrackType;
    value: ISectionInfo[];
}

Properties

belongId?: string
trackId: string
value: ISectionInfo[]

Generated using TypeDoc