status

abstract val status: ViewportStatus

Returns current ViewportStatus.

ViewportStatus can not be set directly, use ViewportPlugin.transitionTo and ViewportPlugin.idle to transition to a state or to idle.

Defaults to ViewportStatus.Idle

See also