Type Alias: OverlayChildProps
OverlayChildProps =
object
Defined in: packages/react/src/jsx.ts:553
Props for children within an Overlay container.
Properties
children?
optionalchildren:ReactNode
Defined in: packages/react/src/jsx.ts:555
Content to place in the overlay child
clipOverlay?
optionalclipOverlay:boolean
Defined in: packages/react/src/jsx.ts:559
Whether to clip this overlay child to the main child bounds
measure?
optionalmeasure:boolean
Defined in: packages/react/src/jsx.ts:557
Whether to include this child in size measurement