types.ui.layout.IRadioMenuItemDescription - ZeMA-gGmbH/NoPE-JS GitHub Wiki

Interface: IRadioMenuItemDescription

ui.layout.IRadioMenuItemDescription

Helper Entry for a Radio Menu Entry

Export

IRadioMenuItemDescription

Properties

checked

Optional checked: boolean


disabled

Optional disabled: boolean

Option, to disable the entry.

Memberof

IRadioMenuItemDescription


icon

Optional icon: string

An icon, which will be rendered.

Memberof

IRadioMenuItemDescription


id

id: string


img

Optional img: string

An image instead of the icon.

Memberof

IRadioMenuItemDescription


selected

Optional selected: boolean


text

Optional text: string

Text of the Radio element. It will usally be render next to the icon

Memberof

IRadioMenuItemDescription