view
The current view, if any (attached automatically).
view?: View
Notes
- This property should be set to a view object in the Activity.ready method, and displayed using the available app methods.
- The view is automatically unlinked when the activity is deactivated or unlinked.
- Events emitted by the view are automatically delegated to the activity, see delegateViewEvent().
Related
- class ActivityA class that represents a part of the application that can be activated when the user navigates to it.