ModelessDialogProps Interface

Deprecated  in 4.15.0. Props of deprecated ModelessDialog component.

Properties for the ModelessDialog component

Extends

  • DialogProps

Properties

Name Type Description
dialogId string    
movable boolean | undefined Indicates whether the user can move dialog with cursor.  

Inherited properties

Name Type Inherited from Description
alignment Inherited DialogAlignment | undefined DialogProps Default alignment of dialog.
backgroundStyle Inherited React.CSSProperties | undefined DialogProps Custom CSS Style for overlay
buttonCluster Inherited DialogButtonDef[] | undefined DialogProps List of DialogButtonDef objects specifying buttons and associated onClick events
contentClassName Inherited string | undefined DialogProps Custom CSS class name for the content
contentStyle Inherited React.CSSProperties | undefined DialogProps Custom CSS Style for the content
string | React.ReactElement<any, string | React.JSXElementConstructor<any>> DialogProps Footer to show at bottom of dialog.
footerStyle Inherited React.CSSProperties | undefined DialogProps Custom CSS Style for footer
header Inherited React.ReactNode | undefined DialogProps Override for the header
height Inherited string | number DialogProps Initial height of dialog.
hideHeader Inherited boolean | undefined DialogProps Whether the hide the header.
inset Inherited boolean | undefined DialogProps Indicates whether the content should be inset.
itemId Inherited string | undefined DialogProps Optional unique identifier for item.
maxHeight Inherited string | number DialogProps Maximum height that the dialog may be resized to.
maxWidth Inherited string | number DialogProps Maximum width that the dialog may be resized to.
minHeight Inherited string | number DialogProps Minimum height that the dialog may be resized to.
minWidth Inherited string | number DialogProps Minimum width that the dialog may be resized to.
modal Inherited boolean | undefined DialogProps Whether to show background overlay.
modelessId Inherited string | undefined DialogProps An id for a modeless dialog
onClose Inherited () => void | undefined DialogProps onClick event for X button for dialog
onEscape Inherited () => void | undefined DialogProps 'keyup' event for Esc key
onModelessPointerDown Inherited (event: React.PointerEvent<Element>, id: string) => void | undefined DialogProps Pointer Down event handler when modeless (modal = false)
onOutsideClick Inherited (event: MouseEvent) => any | undefined DialogProps Triggered when a click is triggered outside of this dialog.
opened Inherited boolean DialogProps Indicates whether to show dialog or not
resizable Inherited boolean | undefined DialogProps Indicates whether the user can resize dialog with cursor.
title Inherited string | React.ReactElement<any, string | React.JSXElementConstructor<any>> DialogProps Title to show in title bar of dialog
titleStyle Inherited React.CSSProperties | undefined DialogProps Custom CSS Style for title
trapFocus Inherited boolean | undefined DialogProps Indicates whether the focus should be trapped within the dialog.
width Inherited string | number DialogProps Initial width of dialog.
x Inherited number | undefined DialogProps Initial x/left position of dialog in px.
y Inherited number | undefined DialogProps Initial y/top position of dialog in px.

Defined in

Last Updated: 30 January, 2025