Interface IIgrDialogProps

Hierarchy

Hierarchy

  • IIgrDialogProps

Properties

children?: ReactNode
className?: string
closeOnOutsideClick?: string | boolean

Whether the dialog should be closed when clicking outside of it.

closed?: ((s, e) => void)

Type declaration

closing?: ((s, e) => void)

Type declaration

hideDefaultAction?: string | boolean

Whether to hide the default action button for the dialog. When there is projected content in the footer slot this property has no effect.

id?: string
keepOpenOnEscape?: string | boolean

Whether the dialog should be kept open when pressing the 'ESCAPE' button.

open?: string | boolean

Whether the dialog is opened.

returnValue?: string

Sets the return value for the dialog.

style?: CSSProperties
title?: string

Sets the title of the dialog.