IPropertyPaneDropdownOption interface
PropertyPane drop down options.
Properties
| index | Index for this option. |
| key | A key to uniquely identify this option. |
| text | Text to render for this option. |
| type | The type of option. If omitted, the default is PropertyPaneDropdownMenuItemType.Normal |
Property Details
index
Index for this option.
index?: number;
Property Value
number
key
A key to uniquely identify this option.
key: string | number;
Property Value
string | number
text
Text to render for this option.
text: string;
Property Value
string
type
The type of option. If omitted, the default is PropertyPaneDropdownMenuItemType.Normal
type?: PropertyPaneDropdownOptionType;