QueryController.selectView method
QueryController › selectView
Unofficial
Selects the view with the given name.Signature:
selectView(viewName: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| viewName | string | The name of the view to select. |
Returns: void