Type Alias: ControlButtonBarSlots
ts
type ControlButtonBarSlots = {
append-menu?: () => any;
prepend-menu?: () => any;
};Slot types for the ControlButtonBar component.
Properties
| Property | Type | Description |
|---|---|---|
append-menu? | () => any | Content to append to the overflow menu |
prepend-menu? | () => any | Content to prepend to the overflow menu |