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 | TParameters:
| Parameter | Type | Description |
|---|---|---|
| type | Constructor<T> | The view constructor to match. |
Returns: null | T — The active view, or null if it is not of the given type.