PIXI.FederatedEventTarget
interface FederatedEventTarget
Describes the shape for a FederatedEvent's' eventTarget
.
Summary
Properties from FederatedEventTarget
ReadonlyArray<PIXI.FederatedEventTarget> |
The children of this event target. |
Cursor | string |
The cursor preferred when the mouse pointer is hovering over. |
IHitArea | null |
The hit-area specifies the area for which pointer events should be captured by this event target. |
boolean |
Whether this event target should fire UI events. |
boolean |
Whether this event target has any children that need UI events. This can be used optimize event propagation. |
PIXI.FederatedEventTarget |
The parent of this event target. |
Public Properties
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.