interface DropdownMenuState {
    openedDropdownMenuId?: null | string;
}

Properties

openedDropdownMenuId?: null | string

The currently opened dropdown menu cell

Generated using TypeDoc