mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Added getRegion method to marionette.d.ts
This commit is contained in:
Vendored
+3
@@ -1128,6 +1128,9 @@ declare module Marionette {
|
||||
* Add multiple regions as a {name: definition, name2: def2} object literal.
|
||||
*/
|
||||
addRegions(regions: any): any;
|
||||
|
||||
/** Returns a region from the layout view */
|
||||
getRegion(name: string): Region;
|
||||
|
||||
/**
|
||||
* Renders the view.
|
||||
|
||||
Reference in New Issue
Block a user