TESSA Web API
    Preparing search index...

    Type Alias HistoryCommand

    type HistoryCommand = {
        options?: HistoryCommandOptions;
        redo: VoidFunction;
        undo: VoidFunction;
    }
    Index

    Properties

    Properties

    redo: VoidFunction
    undo: VoidFunction