MEUIRadioButtonItem: {
    text: string;
    tooltip: string;
}

A radio button item.

Type declaration

  • text: string

    Textual value and label for this radio entry.

  • tooltip: string

    Tooltip for this radio entry.

Generated using TypeDoc