Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    interface SubtitleResource {
        addedAt: number;
        id: string;
        name: string;
        params?: Record<string, any>;
        resourceId: string;
        style: SubtitleStyle;
        type: "subtitle";
    }

    Hierarchy (View Summary)

    Index

    Properties

    addedAt: number
    id: string
    name: string
    params?: Record<string, any>
    resourceId: string
    style: SubtitleStyle
    type: "subtitle"