Timeline Studio API Documentation - v0.26.0
    Preparing search index...

    Резервные копии проекта

    interface ProjectBackup {
        autoSave: { enabled: boolean; interval: number; keepVersions: number };
        lastSaved: Date;
        versions: {
            description?: string;
            id: string;
            path: string;
            size: number;
            timestamp: Date;
        }[];
    }
    Index

    Properties

    autoSave: { enabled: boolean; interval: number; keepVersions: number }

    Автосохранение

    lastSaved: Date

    Последнее сохранение

    versions: {
        description?: string;
        id: string;
        path: string;
        size: number;
        timestamp: Date;
    }[]

    История версий