Interface GroupDropdownSection

GroupDropdownSection defines the properties of a section.

interface GroupDropdownSection {
    entries: DropdownEntry[];
    id: string;
    label: string;
}

Properties

Properties

entries: DropdownEntry[]

entries define the possible entries that a group dropdown section makes available.

id: string

id defines an identificator for the group dropdown's section.

label: string

label defines the group dropdown section's label.

Generated using TypeDoc