Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptionProps

Hierarchy

  • IOptionProps

Index

Properties

Optional className

className: string

A space-delimited list of class names

Optional disabled

disabled: boolean

Whether this option is non-interactive.

Optional label

label: string

Label text for this option. If omitted, value is used as the label.

value

value: string | number

Value of this option.

Generated using TypeDoc