Nutrient Web SDK
    Preparing search index...

    Interface HistoryChangeEvent

    interface HistoryChangeEvent {
        action: "undo" | "redo" | "clear" | "change" | "willChange";
        after: AnnotationsUnion;
        before: AnnotationsUnion;
    }
    Index

    Properties

    Properties

    action: "undo" | "redo" | "clear" | "change" | "willChange"

    Type of history change.

    Annotation state after the action.

    Annotation state before the action.