Properties
Optional
children
children?: ReactNode
Optional
className
className?: string
Optional
closeOnOutsideClick
closeOnOutsideClick?: string | boolean
Optional
closed
closed?: ((s, e) => void)
Type declaration
- (s, e): void
Parameters
Returns void
Optional
closing
closing?: ((s, e) => void)
Type declaration
- (s, e): void
Parameters
Returns void
Optional
hideDefaultAction
hideDefaultAction?: string | boolean
Optional
id
id?: string
Optional
keepOpenOnEscape
keepOpenOnEscape?: string | boolean
Optional
open
open?: string | boolean
Optional
returnValue
returnValue?: string
Optional
style
style?: CSSProperties
Optional
title
title?: string
Whether the dialog should be closed when clicking outside of it.