Skip to main content

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 in#

components/Container/index.tsx:17


ContainerRef#

Ƭ ContainerRef: PIXI.Container

Defined in#

components/Container/index.tsx:36


ContainerType#

Ƭ ContainerType: React.FC<ContainerPropsWithRef>

Defined in#

components/Container/index.tsx:35

Variables#

Container#

• Container: ContainerType

The container for PIXI objects. It facilitates drag operations.

Defined in#

components/Container/index.tsx:42