Add currentView property for Marionette.Region

This commit is contained in:
delphinus
2016-01-15 12:41:48 +09:00
parent 73b8fac832
commit 64be42a608
+4
View File
@@ -348,6 +348,10 @@ declare module Marionette {
*/
empty(): any;
/**
* @returns view that this region has.
*/
currentView: Backbone.View<Backbone.Model>;
}
interface RegionDefaults {