ToolbarPopupProps Type

ToolbarPopupProps = Omit<PopupPropsBase, "el"> & { el?: HTMLElement, items: ToolbarItem[], onCancel: () => void, onItemExecuted: (item: any) => void, orientation: Orientation } & RequireAtLeastOne<{ placement: Placement, relativePosition: RelativePosition }>

Props for a popup toolbar

Defined in

Last Updated: 14 November, 2024