@stereograph/teiaviewer - v17.8.0-dev
    Preparing search index...

    Interface UndoCommandOptions

    interface UndoCommandOptions {
        addToRedoHistory?: boolean;
        requestRender?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    addToRedoHistory?: boolean

    Whether the command is added to redo history

    true
    
    requestRender?: boolean

    Whether the command request a new frame upon execution