Type Alias: OverlayChildProps
OverlayChildProps =
VirtualSlotProps&object
Defined in: jsx.ts:243
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:247 |
measure? | boolean | Whether to include this child in size measurement | jsx.ts:245 |