isTrusted property

bool isTrusted

Is true when the Event was generated by a user action, and false when the Event was created or modified by a script or dispatched via EventTarget.dispatchEvent.

Read Only

See: developer.mozilla.org/en-US/docs/Web/API/Event/isTrusted

Implementation

external bool get isTrusted;