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.
Returns true if the Container has interactive 'static' or 'dynamic'
parent FederatedEventTarget readonly
The parent of this event target.
Methods
Remove all listeners, or those of the specified event.
Name | Type | Attributes | Description |
---|---|---|---|
event |
string | Symbol |
<optional> |
Returns:
Type | Description |
---|---|
this |