We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5e48a6 + 5e6ccbc commit 4d35237Copy full SHA for 4d35237
types/index.d.ts
@@ -38,10 +38,10 @@ export type VueFinalModalProperty = {
38
openedModals: VueFinalModalInfo[]
39
modals: VueFinalModalInfo[]
40
get(name: string): VueFinalModalInfo | undefined
41
- show(name: string): void
+ show(name: string, params?: any): void
42
hide(name: string): void
43
hideAll(): void
44
- toggle(name: string, show: boolean): void
+ toggle(name: string, show: boolean, params?: any): void
45
}
46
47
declare module '@vue/runtime-core' {
0 commit comments