Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Enumeration ReaderDocumentEventState

    How an event was acted upon by the content document before it was parsed into an EngineEvent.

    Enumeration Members

    DEFAULT_PREVENTED: "DEFAULT_PREVENTED"

    The event was processed by the content document and its event listener(s) called preventDefault().

    NOT_PROCESSED: "NOT_PROCESSED"

    The event was not processed by the content document.

    PROCESSED: "PROCESSED"

    The event was processed by the content document.