PropertyPaneDropdownOptionType enum

Warning

This API is now deprecated.

This is obsolete now. This enum has been moved to @microsoft/sp-property-pane. Please consume it from there.

Specifies the type of option in a dropdown menu rendered by PropertyPaneDropdown().

Remarks

We have left the original implementation here to avoid breaking the public API contract.

Fields

Divider = 1

Render a divider.

Header = 2

Render menu item as a header.

Normal = 0

Render normal menu item.