Logo FS-Skia-UI

Tooltip Module

Builders for the `Tooltip` control — a transient hover hint floating over content.

Functions and values

Function or value Description

create arg1

Full Usage: create arg1

Parameters:
    arg0 : Attr<'msg> list

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

Build a `Tooltip` from its attributes; pair with `Tooltip.text` for the hint. The typed `Props` front door (`FS.Skia.UI.Controls.Typed`) is the recommended authoring path.

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

text arg1

Full Usage: text arg1

Parameters:
    arg0 : string

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

Set the hint text a `Tooltip` shows on hover (`Attr` carrying the `string` to float).

arg0 : string
Returns: Attr<'msg>

Type something to start searching.