Hierarchy

Properties

active?: boolean

Whether the item is the current active/selected option.

description: string

The description of the item.

icon: string

The name of an icon to show in the dropdown item.

label: string

The label of the dropdown item.

onclick: (() => void)

Type declaration

    • (): void
    • An action to take when the item is clicked.

      Returns void

Generated using TypeDoc v0.24.8