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