Nutrient Web SDK
    Preparing search index...

    Interface TextAnnotationEditorStateChangeEvent

    This event is emitted immediately after the live TextAnnotation editor state changes.

    current is the latest editor state snapshot for the selected/edited text annotation. previous is the prior snapshot before this change.

    interface TextAnnotationEditorStateChangeEvent {
        current: TextAnnotationEditorState | null;
        previous: TextAnnotationEditorState | null;
    }
    Index

    Properties

    Properties

    previous: TextAnnotationEditorState | null