components_Container._internal_
perfect-graph / Modules / components/Container / <internal>
#
Namespace: <internal>#
Table of contents#
Type aliases- ContainerPropsWithRef
- InteractionEventTypes
- InteractionMouseEvents
- InteractionPixiEvents
- InteractionPointerEvents
- InteractionTouchEvents
- PIXIBasicProps
- PIXIDisplayObjectProps
- PropsWithRef
#
Type aliases#
ContainerPropsWithRefƬ ContainerPropsWithRef: PropsWithRef
<PIXI.Container
, ContainerProps
>
#
Defined incomponents/Container/index.tsx:30
#
InteractionEventTypesƬ InteractionEventTypes: InteractionPointerEvents
| InteractionTouchEvents
| InteractionMouseEvents
| InteractionPixiEvents
#
Defined in#
InteractionMouseEventsƬ InteractionMouseEvents: "rightdown"
| "mousedown"
| "rightup"
| "mouseup"
| "rightclick"
| "click"
| "rightupoutside"
| "mouseupoutside"
| "mousemove"
| "mouseover"
| "mouseout"
#
Defined in#
InteractionPixiEventsƬ InteractionPixiEvents: "added"
| "removed"
#
Defined in#
InteractionPointerEventsƬ InteractionPointerEvents: "pointerdown"
| "pointercancel"
| "pointerup"
| "pointertap"
| "pointerupoutside"
| "pointermove"
| "pointerover"
| "pointerout"
#
Defined in#
InteractionTouchEventsƬ InteractionTouchEvents: "touchstart"
| "touchcancel"
| "touchend"
| "touchendoutside"
| "touchmove"
| "tap"
#
Defined in#
PIXIBasicPropsƬ PIXIBasicProps: { buttonMode?
: boolean
; interactive?
: boolean
} & { [k in InteractionEventTypes]?: Function }
#
Defined in#
PIXIDisplayObjectPropsƬ PIXIDisplayObjectProps: Object
#
Type declarationName | Type | Description |
---|---|---|
buttonMode? | boolean | To make object clickable |
interactive? | boolean | To make object interactive |
#
Defined in#
PropsWithRefƬ PropsWithRef<C
, P
>: Omit
<P
, "ref"
> & { ref?
: React.Ref
<C
> }
#
Type parametersName |
---|
C |
P |