customAttributes | object | Custom attributes for the droplist item. |
customClasses | string | Array | object | Custom classes for the droplist item. |
depth | number | The depth of the droplist item. |
element | string | The element type to render, one of button or link . |
iconAfter | string | The icon after the text. |
iconAfterAttributes | object | Custom attributes for the icon after the text. |
iconAfterClasses | string | Array | object | Custom classes for the icon after the text. |
iconBefore | string | The icon before the text. |
iconBeforeAttributes | object | Custom attributes for the icon before the text. |
iconBeforeClasses | string | Array | object | Custom classes for the icon before the text. |
iconPrefix | string | The icon prefix to use. |
index | number | The index of the droplist item. |
label | string | The label to display. |
labelAttributes | object | Custom attributes for the label component. |
labelClasses | string | Array | object | Custom classes for the label component. |
propsWithState | object | Props and state to pass to the droplist item. |
style | string | The style of the droplist item, one of info or error . |