Options
All
  • Public
  • Public/Protected
  • All
Menu

Config object for openDialog

Hierarchy

  • IDialog

Index

Properties

dialog

dialog: VueConstructor<ConfirmDialog>

A Vue instance that implements the DialogMixin

Optional parent

parent?: HTMLElement

Optional: Parent where to mount the dialog

Optional properties

properties?: Record<string, unknown>

Optional: Properties to pass to the dialog instance. Will be deepCloned

Optional vuetify

vuetify?: default

Optional: Specific vuetify instance to provide for the ConfirmDialog

Generated using TypeDoc