feat: Enhance selection options with icons and dividers for improved UI
This commit is contained in:
@ -65,7 +65,7 @@ export class DeesAppuiBase extends DeesElement {
|
||||
|
||||
// Properties for mainselector
|
||||
@property({ type: Array })
|
||||
public mainselectorOptions: interfaces.ISelectionOption[] = [];
|
||||
public mainselectorOptions: (interfaces.ISelectionOption | { divider: true })[] = [];
|
||||
|
||||
@property({ type: Object })
|
||||
public mainselectorSelectedOption?: interfaces.ISelectionOption;
|
||||
|
Reference in New Issue
Block a user