AboutSupportDeveloper GuideVersion 21.0.19

Interface BaseCustomDropdownItem<Action>

Type Parameters

  • Action = any

Hierarchy

Properties

action?: Action

icon URL for icon image

checked?: boolean

Is this dropdown item checked? Any value other than undefined will decorate the dropdown option as a checkbox option.

disabled?: boolean

Disable custom button true or false

iconUrl?: string

icon URL for icon image

parentHover?: boolean
separator?: boolean
tooltip?: string