mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
new @ember/controller transitionToRoute method (#42808)
Co-authored-by: Kevin Hinterlong <hinterlong@verizonmedia.com>
This commit is contained in:
parent
5e3bb0afa9
commit
ccd1e01846
1
types/ember__controller/index.d.ts
vendored
1
types/ember__controller/index.d.ts
vendored
@ -20,6 +20,7 @@ type QueryParamScopeTypes = 'controller' | 'model';
|
||||
export interface ControllerMixin extends ActionHandler {
|
||||
replaceRoute(name: string, ...args: any[]): void;
|
||||
transitionToRoute(name: string, ...args: any[]): void;
|
||||
transitionToRoute(...args: any[]): void;
|
||||
model: any;
|
||||
queryParams: string | string[] | Array<{ [key: string]: {
|
||||
type?: QueryParamTypes,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user