package mosaic

  1. Overview
  2. Docs

Module Mosaic_mlx.Tab_selectSource

Companion types for the tab_select widget.

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

    Display text for the tab.

    *)
  2. description : string;
    (*

    Secondary text shown below the tab.

    *)
}

The type for tab entries.