Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

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.

Generated using TypeDoc