Nutrient Web SDK
    Preparing search index...

    Interface HistoryUndoEvent

    interface HistoryUndoEvent {
        action: "undo";
        after: AnnotationsUnion;
        before: AnnotationsUnion;
    }
    Index

    Properties

    Properties

    action: "undo"

    Type of history change.

    Annotation state after the action.

    Annotation state before the action.