mode property

String? mode

This parameter supports three values: normal: the default setting. Objects are selectable, and zooming and panning are enabled static: objects are not selectable, but zooming and panning is enabled print: objects are not selectable and zooming and panning is disabled spotlight: shows selected objects while dimming all others. Navigation controls are enabled but interaction is disabled. To use spotlight mode, you should set session to 'none' and set holdToken to null. https://docs.seats.io/docs/renderer/config-mode

Implementation

String? get mode;