mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-14 09:02:40 +08:00
Update durandal.d.ts
This commit is contained in:
6
durandal/durandal.d.ts
vendored
6
durandal/durandal.d.ts
vendored
@@ -376,6 +376,10 @@ declare module "durandal/plugins/router" {
|
||||
* called after an a new module is composed
|
||||
*/
|
||||
export var afterCompose: () => void;
|
||||
/**
|
||||
* Returns the activatable instance from the supplied module.
|
||||
*/
|
||||
export var getActivatableInstance: (routeInfo: routeInfo, params: any, module: any) => any;
|
||||
/**
|
||||
* Causes the router to move backwards in page history.
|
||||
*/
|
||||
@@ -449,4 +453,4 @@ interface IEventSubscription
|
||||
* This function removing current subscription from event handlers
|
||||
*/
|
||||
off(): void;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user