DialogOptions interface
- arrangeParents
- beforeOpen
- body
- cancelable
- closable
- height
- onCancel
- onDestroy
- onSubmit
- submitOnEnter
- submitable
- title
- width
Properties
Section titled “Properties”arrangeParents
Section titled “arrangeParents”● arrangeParents?: boolean
beforeOpen
Section titled “beforeOpen”● beforeOpen?: () => void
● body: string
| HTMLElement
cancelable
Section titled “cancelable”● cancelable?: boolean
closable
Section titled “closable”● closable?: boolean
height
Section titled “height”● height?: number
| string
onCancel
Section titled “onCancel”● onCancel?: () => void
onDestroy
Section titled “onDestroy”● onDestroy?: () => void
onSubmit
Section titled “onSubmit”● onSubmit?: () => boolean
| void
submitOnEnter
Section titled “submitOnEnter”● submitOnEnter?: boolean
submitable
Section titled “submitable”● submitable?: boolean
● title: string
● width?: number
| string