ZenViewExtension<T extends ZenController> extension
Provides access to the ZenController resolved by this ZenView.
The controller getter always returns the innermost active instance
for type T — correct even when multiple ZenViews of the same type
are simultaneously mounted.
Use this getter inside ZenView.build and any helper methods on the ZenView subclass.
- on
-
- ZenView<
T>
- ZenView<
Properties
- controller → T
-
Available on ZenView<
T> , provided by the ZenViewExtension extensionno setter