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

    Состояние проекта для UI

    interface ProjectState {
        error: string;
        isDirty: boolean;
        isLoading: boolean;
        isSaving: boolean;
        progress: { current: number; operation: string; total: number };
        project: TimelineStudioProject;
        projectPath: string;
    }
    Index

    Properties

    error: string

    Ошибка

    isDirty: boolean

    Флаг несохраненных изменений

    isLoading: boolean

    Загружается ли проект

    isSaving: boolean

    Сохраняется ли проект

    progress: { current: number; operation: string; total: number }

    Прогресс операции

    Текущий проект

    projectPath: string

    Путь к файлу проекта