InsertImageDialogProps
Interface
Definition
Package:@progress/kendo-vue-editor
Properties
dir?
string
Represents the dir HTML attribute.
onClose?
() => void
The close event which will be triggered when the Dialog is about to be unmounted.
render?
any
Fires when a Dialog is about to be rendered. Used to override the default appearance of the Dialog.
settings
ImageSettings
The ImageSettings object.
view
EditorView
The EditorView object.