Interface IRadioMenuItemDescription

Helper Entry for a Radio Menu Entry

Export

IRadioMenuItemDescription

Hierarchy

  • IRadioMenuItemDescription

Properties

checked?: boolean
disabled?: boolean

Option, to disable the entry.

Memberof

IRadioMenuItemDescription

icon?: string

An icon, which will be rendered.

Memberof

IRadioMenuItemDescription

id: string
img?: string

An image instead of the icon.

Memberof

IRadioMenuItemDescription

selected?: boolean
text?: string

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

Memberof

IRadioMenuItemDescription

Generated using TypeDoc