Nutrient Web SDK
    Preparing search index...

    Interface HistoryRedoEvent

    interface HistoryRedoEvent {
        action: "redo";
        after: AnnotationsUnion;
        before: AnnotationsUnion;
    }
    Index

    Properties

    Properties

    action: "redo"

    Type of history change.

    Annotation state after the action.

    Annotation state before the action.