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

    Состояние процесса восстановления

    interface RestorationState {
        currentFile?: string;
        error?: string;
        isRestoring: boolean;
        phase: "error" | "completed" | "scanning" | "restoring" | "user_input";
        progress: number;
    }
    Index

    Properties

    currentFile?: string
    error?: string
    isRestoring: boolean
    phase: "error" | "completed" | "scanning" | "restoring" | "user_input"
    progress: number