mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-19 05:03:32 +08:00
Merge pull request #9953 from gentoo90/durandal
Add host field to Dialog interface
This commit is contained in:
1
durandal/durandal.d.ts
vendored
1
durandal/durandal.d.ts
vendored
@@ -693,6 +693,7 @@ declare module 'plugins/dialog' {
|
||||
}
|
||||
|
||||
interface Dialog {
|
||||
host: HTMLElement;
|
||||
owner: any;
|
||||
context: DialogContext;
|
||||
activator: DurandalActivator<any>;
|
||||
|
||||
Reference in New Issue
Block a user