Home > @uniformdev/design-system > ConvertComboBoxGroupsToSelectableGroupsOptions
ConvertComboBoxGroupsToSelectableGroupsOptions type
Signature:
type ConvertComboBoxGroupsToSelectableGroupsOptions = {
options: readonly ComboBoxSelectableItem[];
selectedItems: Set<string>;
selectionMode?: 'single' | 'multi';
};
References: ComboBoxSelectableItem