DialogProps
Represents the props of the KendoVue Dialog component.
Definition
Package:@progress/kendo-vue-dialogs
Properties
appendTo?
string
Defines the string selector to the element to which the Dialog will be appended. Defaults to its parent element.
className?
string
Sets a class of the Dialog DOM element.
closeIcon?
boolean
Specifies whether a close button should be rendered at the top corner of the dialog.
The styles that are applied to the content of the Dialog.
dialogClass?
string
dir?
string
Represents the dir HTML attribute.
height?
string | number
Specifies the height of the Dialog (see example).
id?
string
Sets the aria-labelledby value.
minWidth?
string | number
Specifies the minimum width of the Dialog.
onClose?
(event: DialogCloseEvent) => void
Fires when the Close button in the title is clicked or when the Esc button is pressed.
onOverlayclick?
(event: any) => void
Fires when modal overlay of the Window is clicked.
style?
any
The styles that are applied to the Dialog.
title?
any
Sets the title of the Dialog (see example). If title is not specified, the Dialog does not render a Close button.
titleRender?
string | boolean | object | Function
Defines the custom rendering of the title. Accepts a Vue component, a render function, or a slot name.
width?
string | number
Specifies the width of the Dialog (see example).
wrapperId?
string
Sets the id of the wrapper element.