Skip to content

QueryController.selectView method

QueryController › selectView

Unofficial

Selects the view with the given name.

Signature:

selectView(viewName: string): void

Parameters:

Parameter Type Description
viewName string The name of the view to select.

Returns: void