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

    Interface ExecuteCommandOptions

    interface ExecuteCommandOptions {
        addToUndoHistory?: boolean;
        requestRender?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    addToUndoHistory?: boolean

    Whether the command is added to undo history if undoable

    true
    
    requestRender?: boolean

    Whether the command request a new frame upon execution