Skip to main content

components_Container._internal_

perfect-graph / Modules / components/Container / <internal>

Namespace: <internal>#

components/Container.

Table of contents#

Type aliases#

Type aliases#

ContainerPropsWithRef#

Ƭ ContainerPropsWithRef: PropsWithRef<PIXI.Container, ContainerProps>

Defined in#

components/Container/index.tsx:30


InteractionEventTypes#

Ƭ InteractionEventTypes: InteractionPointerEvents | InteractionTouchEvents | InteractionMouseEvents | InteractionPixiEvents

Defined in#

type/pixi.ts:6


InteractionMouseEvents#

Ƭ InteractionMouseEvents: "rightdown" | "mousedown" | "rightup" | "mouseup" | "rightclick" | "click" | "rightupoutside" | "mouseupoutside" | "mousemove" | "mouseover" | "mouseout"

Defined in#

type/pixi.ts:3


InteractionPixiEvents#

Ƭ InteractionPixiEvents: "added" | "removed"

Defined in#

type/pixi.ts:4


InteractionPointerEvents#

Ƭ InteractionPointerEvents: "pointerdown" | "pointercancel" | "pointerup" | "pointertap" | "pointerupoutside" | "pointermove" | "pointerover" | "pointerout"

Defined in#

type/pixi.ts:1


InteractionTouchEvents#

Ƭ InteractionTouchEvents: "touchstart" | "touchcancel" | "touchend" | "touchendoutside" | "touchmove" | "tap"

Defined in#

type/pixi.ts:2


PIXIBasicProps#

Ƭ PIXIBasicProps: { buttonMode?: boolean ; interactive?: boolean } & { [k in InteractionEventTypes]?: Function }

Defined in#

type/index.ts:368


PIXIDisplayObjectProps#

Ƭ PIXIDisplayObjectProps: Object

Type declaration#

NameTypeDescription
buttonMode?booleanTo make object clickable
interactive?booleanTo make object interactive

Defined in#

type/index.ts:552


PropsWithRef#

Ƭ PropsWithRef<C, P>: Omit<P, "ref"> & { ref?: React.Ref<C> }

Type parameters#

Name
C
P

Defined in#

type/index.ts:911