Type Alias: OverlayChildProps
OverlayChildProps =
VirtualSlotProps&object
Defined in: jsx.ts:295
Props for children within an Overlay container.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
clipOverlay? | boolean | Whether to clip this overlay child to the main child bounds | jsx.ts:299 |
measure? | boolean | Whether to include this child in size measurement | jsx.ts:297 |