PIXI.FederatedEventTarget

interface FederatedEventTarget

Describes the shape for a FederatedEvent's' eventTarget.

Summary


Properties from FederatedEventTarget

ReadonlyArray<PIXI.FederatedEventTarget>
children

The children of this event target.

Cursor | string
cursor

The cursor preferred when the mouse pointer is hovering over.

IHitArea | null
hitArea

The hit-area specifies the area for which pointer events should be captured by this event target.

boolean
interactive

Whether this event target should fire UI events.

boolean
interactiveChildren

Whether this event target has any children that need UI events. This can be used optimize event propagation.

PIXI.FederatedEventTarget
parent

The parent of this event target.

Public Properties


children FederatedEventTarget.ts:61
children: ReadonlyArray<PIXI.FederatedEventTarget>

The children of this event target.

cursor FederatedEventTarget.ts:55
cursor: Cursor | string

The cursor preferred when the mouse pointer is hovering over.

hitArea FederatedEventTarget.ts:70
hitArea: IHitArea | null

The hit-area specifies the area for which pointer events should be captured by this event target.

interactive FederatedEventTarget.ts:64
interactive: boolean

Whether this event target should fire UI events.

interactiveChildren FederatedEventTarget.ts:67
interactiveChildren: boolean

Whether this event target has any children that need UI events. This can be used optimize event propagation.

parent FederatedEventTarget.ts:58
parent: PIXI.FederatedEventTarget

The parent of this event target.


Powered by webdoc!