Skip to main content

Interface: ItemPositionProps

Hierarchy​

  • Omit<BaseItemPositionProps, "dimensions" | "position" | "rotation" | "zIndex">

    ↳ ItemPositionProps

Properties​

children​

• children: ReactNode | ReactNode[]

The children elements that will be rendered within the positioned container

Overrides​

Omit.children

Defined in​

packages/design-engine-react-components/src/components/itemPosition/ItemPosition.tsx:19


item​

• item: SubpanelState | ItemState<Item>

The item to use when positioning

Defined in​

packages/design-engine-react-components/src/components/itemPosition/ItemPosition.tsx:15