components_Container
perfect-graph / Modules / components/Container
#
Module: components/Container#
Table of contents#
Namespaces#
Type aliases#
Variables#
Type aliases#
ContainerPropsƬ ContainerProps: PIXIBasicProps
& PIXIDisplayObjectProps
& Omit
<React.ComponentProps
<typeof PIXIReactContainer
>, "children"
> & { children
: Enumerable
<React.ReactNode
> ; draggable?
: boolean
; onDrag?
: (param
: Position
) => void
}
#
Defined incomponents/Container/index.tsx:17
#
ContainerRefƬ ContainerRef: PIXI.Container
#
Defined incomponents/Container/index.tsx:36
#
ContainerTypeƬ ContainerType: React.FC
<ContainerPropsWithRef
>
#
Defined incomponents/Container/index.tsx:35
#
Variables#
Container• Container: ContainerType
The container for PIXI objects. It facilitates drag operations.