Skip to content

QueryController.getActiveBasesViewOfType method

QueryController › getActiveBasesViewOfType

Unofficial

Gets the active Bases view if it is an instance of the given type.

Signature:

getActiveBasesViewOfType(type: Constructor<T>): null | T

Parameters:

Parameter Type Description
type Constructor<T> The view constructor to match.

Returns: null | TThe active view, or null if it is not of the given type.