Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    interface Track {
        clips: Clip[];
        effects: string[];
        enabled: boolean;
        filters: string[];
        id: string;
        locked: boolean;
        name: string;
        track_type: TrackType;
        volume: number;
    }
    Index

    Properties

    clips: Clip[]
    effects: string[]
    enabled: boolean
    filters: string[]
    id: string
    locked: boolean
    name: string
    track_type: TrackType
    volume: number