CardPopupProps Type alias

Props for defining a CardPopup editor

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 }>

Defined in

Last Updated: 22 March, 2024