@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?
optionalchildren?:ReactNode
Defined in: packages/react/src/jsx.ts:529
Content to place in the overlay child
clipOverlay?
optionalclipOverlay?:boolean
Defined in: packages/react/src/jsx.ts:533
Whether to clip this overlay child to the main child bounds
measure?
optionalmeasure?:boolean
Defined in: packages/react/src/jsx.ts:531
Whether to include this child in size measurement