Skip to content

API Reference / @gtkx/components / OverlayPlacementProps

Type Alias: OverlayPlacementProps

OverlayPlacementProps = object

Defined in: overlay.d.ts:9

Properties

clipOverlay?

optional clipOverlay?: boolean | null

Defined in: overlay.d.ts:13

Whether the overlay is clipped to the main child's allocation.


measure?

optional measure?: boolean | null

Defined in: overlay.d.ts:11

Whether this overlay contributes to the Overlay's measured size.

Released under the MPL-2.0 License.