Skip to main content

Interface: ControlsContainerProps

Properties for ControlsContainer component.

Properties

children

Optional children: ReactNode

Defined in

packages/core/src/components/controls/ControlsContainer.tsx:26


className

Optional className: string

HTML class

Defined in

packages/core/src/components/controls/ControlsContainer.tsx:14


id

Optional id: string

HTML id

Defined in

packages/core/src/components/controls/ControlsContainer.tsx:10


position

Optional position: "top-right" | "top-left" | "bottom-right" | "bottom-left"

Position of the container

Defined in

packages/core/src/components/controls/ControlsContainer.tsx:22


style

Optional style: CSSProperties

HTML CSS style

Defined in

packages/core/src/components/controls/ControlsContainer.tsx:18