Skip to content

VDialog

Props

NameTypeDescription
aria-currentEnum:
page
step
location
date
time
true
false
Indicates the element that represents the current item within a container or set of related elements.
dismiss-button-aria-labelstring
full-width-bodyboolean
headlinestring
iconEnum:
10-sec-backward-line
10-sec-backward-solid
10-sec-forward-line
10-sec-forward-solid
30-sec-backward-line
30-sec-backward-solid
30-sec-forward-line
30-sec-forward-solid
5-sec-backward-line
5-sec-backward-solid
5-sec-forward-line
5-sec-forward-solid
... 1227 more ...
undefined See the Vivid Icon Gallery for available icons: https://icons.vivid.vonage.com/
icon-placementEnum:
top
side
modalbooleanControls whether the dialog is modal.
no-dismiss-buttonbooleanHides the dismiss button.
no-dismiss-on-escbooleanPrevents the dialog from being dismissed when the escape key is pressed.
no-light-dismissbooleanPrevents the dialog from being dismissed when clicking outside it.
non-dismissiblebooleanDisables all means of dismissal for the dialog.
openbooleanIndicates dialog's state
subtitlestring

Events

NameEvent TypeDescription
blurFocusEventFires when the element loses focus.
cancelCustomEvent<undefined>The cancel event fires when the user requests to close the dialog. You can prevent the dialog from closing by calling .preventDefault() on the event.
clickMouseEventFires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element.
closeCustomEvent<string>The close event fires when the dialog closes (either via user interaction or via the API). It returns the return value inside the event's details property.
focusFocusEventFires when the element receives focus.
inputEventFires when the value of an element has been changed.
keydownKeyboardEventFires when a key is pressed.
keyupKeyboardEventFires when a key is released.
openCustomEvent<undefined>The open event fires when the dialog opens.

Slots

NameDescription
action-itemsUse the action-items slot in order to add action buttons to the bottom of the dialog.
bodyUse the body slot in order to add custom HTML to the dialog.
footerUse the footer slot in order to add action buttons to the bottom of the dialog.
graphicUse the graphic slot in order to replace the icon.
mainAssign nodes to the main slot to fully override a dialog’s predefined flow and style with your own.

Methods

NameTypeDescription
close() => unknown
show() => unknown
showModal() => unknown