VaCreateDialog
VaCreateDialog button allows adding resources to the VaList component from within a modal window.
Mixins
Properties
Property |
Type |
Description |
icon |
boolean |
If true, it shows the key with the icon only. |
color |
string , object |
Customizable background or text color depending on the text prop value. |
Events
Event |
Description |
last-dialog |
It is an event bus event. Allows you to close the window opened with eventBus.emit("last-dialog", false) after an axios http transaction. |