LavaUI docs

struct OverlayPlacementContext

Swift

struct OverlayPlacementContext

Geometry available when placing a detached overlay.

Sources/LavaUI/Overlay.swift:26

Properties

var anchor: OverlayFrame

Not documented.

Sources/LavaUI/Overlay.swift:27

var idealSize: (width: Float, height: Float)

Natural size measured from the overlay's content before placement.

Sources/LavaUI/Overlay.swift:30

var viewport: OverlayFrame

Not documented.

Sources/LavaUI/Overlay.swift:28