hasViewport Method
Returns true if the specified viewport is currently being managed by this ViewManager.
hasViewport(viewport: ScreenViewport): boolean
@see addViewport to enable management of a viewport and dropViewport to disable it.
Parameter | Type | Description |
---|---|---|
viewport | ScreenViewport |
Returns - boolean
Defined in
- core/frontend/src/ViewManager.ts Line 157
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.