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
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.