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

    История изменений для undo/redo

    interface HistoryState {
        action: string;
        id: string;
        size: number;
        snapshot: any;
        timestamp: Date;
    }
    Index

    Properties

    action: string
    id: string
    size: number
    snapshot: any
    timestamp: Date