view
The current view, if any (attached automatically).
view?: View;
Notes
- This property is set automatically when active, using the view builder returned by the function set on the static Activity.View property.
- By default, the view is rendered as a scrollable page. This can be changed using the setRenderMode() method, typically in the constructor.
- The view is automatically unlinked when the activity is deactivated or unlinked itself.
- Events emitted by the view are automatically delegated to the activity, see delegate().
Related
class Activity
A class that represents a part of the application that can be activated when the user navigates to it.
