Skip to content

@vtjDocs


@vtj / ui / DialogEmits

Type Alias: DialogEmits

DialogEmits: object

Type declaration

cancel

cancel: []

close

close: []

destroy

destroy: []

dragEnd

dragEnd: [Position]

dragging

dragging: [Position]

dragStart

dragStart: [Position]

maximized

maximized: []

minimized

minimized: []

modeChange

modeChange: [DialogMode]

normal

normal: []

open

open: [ComponentInternalInstance]

resizeEnd

resizeEnd: [string, UseMouseInElementReturn]

resizeStart

resizeStart: [string, UseMouseInElementReturn]

resizing

resizing: [string, UseMouseInElementReturn]

submit

submit: []

update:modelValue

update:modelValue: [boolean]

Defined in

packages/ui/types/components/dialog/types.d.ts:94

Released under the MIT License.