Hierarchy

Properties

accessibleToggleLabel?: string

The label used to describe the dropdown toggle button to assistive readers. Defaults to 'Toggle dropdown menu'.

buttonClassName?: string

A class name to apply to the dropdown toggle button.

caretIcon?: string

The name of an icon to show on the right of the button.

defaultLabel: string
icon?: string

The name of an icon to show in the dropdown toggle button.

label: Children

The label of the dropdown toggle button. Defaults to 'Controls'.

lazyDraw?: boolean
menuClassName?: string

A class name to apply to the dropdown menu.

onhide?: (() => void)

Type declaration

    • (): void
    • An action to take when the dropdown is collapsed.

      Returns void

onshow?: (() => void)

Type declaration

    • (): void
    • An action to take when the dropdown is opened.

      Returns void

Generated using TypeDoc v0.24.8