Skip to content

DialogOptions interface


● arrangeParents?: boolean


● beforeOpen?: () => void


● body: string | HTMLElement


● cancelable?: boolean


● closable?: boolean


● height?: number | string


● onCancel?: () => void


● onDestroy?: () => void


● onSubmit?: () => boolean | void


● submitOnEnter?: boolean


● submitable?: boolean


● title: string


● width?: number | string