Skip to content

Interface DropdownButtonProps

Source: DropdownButton.tsx

Properties

label

label: string

The label of the button


options

options: Record<string, () => void>

The options in the dropdown menu mapped to the function that handles their selection


shortcuts

shortcuts: Record<string, string[]>

The keyboard shortcut for options in the dropdown menu

Built by Prozilla