Skip to content

@gtkx/react / OverlayChildProps

Type Alias: OverlayChildProps

OverlayChildProps = object

Defined in: packages/react/src/jsx.ts:527

Props for children within an Overlay container.

Properties

children?

optional children?: ReactNode

Defined in: packages/react/src/jsx.ts:529

Content to place in the overlay child


clipOverlay?

optional clipOverlay?: boolean

Defined in: packages/react/src/jsx.ts:533

Whether to clip this overlay child to the main child bounds


measure?

optional measure?: boolean

Defined in: packages/react/src/jsx.ts:531

Whether to include this child in size measurement