Skip to main content
Version: latest

DropdownParams

Interface

Parameters for configuring a dropdown menu

Properties

align

Optional

Alignment of the dropdown menu

Type

"left" | "right"


icon

Optional

Icons for the dropdown menu. (SVG mark-up)

Type

string


items

Menu items

Type

DropdownItem[]


title

Title for the dropdown menu

Type

string


tooltip

Optional

Dropdown menu tooltip

Type

string