package mosaic

  1. Overview
  2. Docs

Module Mosaic_mlx.SelectSource

Companion types for the select widget.

type item = Mosaic_ui.Select.item = {
  1. label : string;
    (*

    Display text for the item.

    *)
  2. description : string option;
    (*

    Optional secondary text shown below the label.

    *)
}

The type for select list entries.