Logo FS-Skia-UI

Overlay Module

Builders for the `Overlay` container — a layer drawn above the rest of the UI to host a single child (scrims, popovers).

Functions and values

Function or value Description

child arg1

Full Usage: child arg1

Parameters:
Returns: Attr<'msg>
Type parameters: 'msg

Set the single control an `Overlay` floats above the UI (`Attr.child`; an `Overlay` holds exactly one child).

arg0 : Control<'msg>
Returns: Attr<'msg>

create arg1

Full Usage: create arg1

Parameters:
    arg0 : Attr<'msg> list

Returns: Control<'msg>
Type parameters: 'msg

Build an `Overlay` from its attributes; pair with `Overlay.child` for the layered content. The typed `Props` front door (`FS.Skia.UI.Controls.Typed`) is the recommended path.

arg0 : Attr<'msg> list
Returns: Control<'msg>

Type something to start searching.