DialogOptions interface

Index

Properties

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