Interface: FederatedEventTarget

FederatedEventTarget

A simplified shape of an interactive object for the eventTarget property of a FederatedEvent

Properties:
Name Type Description
children ReadonlyArray<FederatedEventTarget>

The children of this event target.

isInteractive () => boolean

Returns true if the Container has interactive 'static' or 'dynamic'

parent FederatedEventTarget

The parent of this event target.

Extends

  • EventEmitter
  • EventTarget
  • Required

Members

children ReadonlyArray<FederatedEventTarget> readonly

The children of this event target.

isInteractive () => boolean

Returns true if the Container has interactive 'static' or 'dynamic'

parent FederatedEventTarget readonly

The parent of this event target.

Methods

removeAllListeners (event) this

Remove all listeners, or those of the specified event.

Name Type Attributes Description
event string | Symbol <optional>
Returns:
Type Description
this