Properties:
Name | Type | Description |
---|---|---|
children |
ReadonlyArray<PIXI.FederatedEventTarget> |
The children of this event target. |
cursor |
Cursor | string |
The cursor preferred when the mouse pointer is hovering over. |
hitArea |
IHitArea | null |
The hit-area specifies the area for which pointer events should be captured by this event target. |
interactive |
boolean |
Whether this event target should fire UI events. |
interactiveChildren |
boolean |
Whether this event target has any children that need UI events. This can be used optimize event propagation. |
parent |
PIXI.FederatedEventTarget |
The parent of this event target. |
Extends
- EventEmitter
- EventTarget
Members
children ReadonlyArray<PIXI.FederatedEventTarget> readonly
The children of this event target.
The cursor preferred when the mouse pointer is hovering over.
The hit-area specifies the area for which pointer events should be captured by this event target.
Whether this event target should fire UI events.
Whether this event target has any children that need UI events. This can be used optimize event propagation.
parent PIXI.FederatedEventTarget readonly
The parent of this event target.