marker.js 3 Documentation
    Preparing search index...

    Interface AnnotationEditorRenderEventData

    Annotation editor custom event data for the render/save event.

    interface AnnotationEditorRenderEventData {
        annotationEditor: AnnotationEditor;
        dataUrl?: string;
        state: AnnotationState;
    }

    Hierarchy (View Summary)

    Index

    Properties

    annotationEditor: AnnotationEditor

    The annotation editor instance.

    dataUrl?: string

    The rendered image data URL.

    state: AnnotationState

    The annotation state.