IDropdownListItem

Type interface

Inheritance

IDropdownListItem does not extend any other symbol.

IDropdownListItem is not extended by any other symbol.

Properties

checked
#

Type undefined | false | true

className
#

Type undefined | string

disabled
#

Type undefined | false | true

form
#

Type "radio" | "checkbox"

icon
#

Type SVGElement

id
#

Type string

label
#

Type string

options
#

Type IDropdownListItem[]

subLabel
#

Type undefined | string

value
#

Type undefined | string