Skip to content

Type Alias: ControlButtonBarSlots

ts
type ControlButtonBarSlots = {
  append-menu?: () => any;
  prepend-menu?: () => any;
};

Slot types for the ControlButtonBar component.

Properties

PropertyTypeDescription
append-menu?() => anyContent to append to the overflow menu
prepend-menu?() => anyContent to prepend to the overflow menu