Skip to main content

Type Alias: OverlayChildProps

OverlayChildProps = object

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

Props for children within an Overlay container.

Properties

children?

optional children: ReactNode

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

Content to place in the overlay child


clipOverlay?

optional clipOverlay: boolean

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

Whether to clip this overlay child to the main child bounds


measure?

optional measure: boolean

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

Whether to include this child in size measurement