CardPopupProps Type
CardPopupProps = Omit<PopupPropsBase, "el"> & { content: PopupContentType, el?: HTMLElement, items: CommonToolbarItem[] | ToolbarItem[] | undefined, onCancel: () => void, onItemExecuted: (item: any) => void, orientation: Orientation, title: string | PropertyRecord | undefined } & RequireAtLeastOne<{ placement: Placement, relativePosition: RelativePosition }>
Props for defining a CardPopup editor.
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.