Sign up (with export icon)

ViewDocumentCompositionEventData

Api-interface icon interface

Information about a DOM event in context of the ViewDocument. It wraps the native event, which usually should not be used as the wrapper contains additional data (like key code for keyboard events).

Properties

Methods

  • Chevron-right icon

    preventDefault() → void
    inherited

    Prevents the native's event default action.

    Returns

    void
  • Chevron-right icon

    stopPropagation() → void
    inherited

    Stops native event propagation.

    Returns

    void