Functions
getViewById
function getViewById(view: ViewBase, id: string): ViewBase;Defined in: ui/core/view-base/index.ts
Gets a child view by id.
Parameters
| Parameter | Type | Description |
|---|---|---|
view | ViewBase | The parent (container) view of the view to look for. |
id | string | The id of the view to look for. Returns an instance of a view (if found), otherwise undefined. |
Returns
- Previous
- getTransformedText