mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add currentView property for Marionette.Region
This commit is contained in:
Vendored
+4
@@ -348,6 +348,10 @@ declare module Marionette {
|
||||
*/
|
||||
empty(): any;
|
||||
|
||||
/**
|
||||
* @returns view that this region has.
|
||||
*/
|
||||
currentView: Backbone.View<Backbone.Model>;
|
||||
}
|
||||
|
||||
interface RegionDefaults {
|
||||
|
||||
Reference in New Issue
Block a user