@ue-too/board / ZoomHandlerConfig
Type Alias: ZoomHandlerConfig
ZoomHandlerConfig =
ZoomHandlerClampConfig&ZoomHandlerRestrictConfig
Defined in: packages/board/src/camera/camera-rig/zoom-handler.ts:20
Combined configuration for zoom handler behavior, merging restriction and clamping settings.
Remarks
This type combines ZoomHandlerClampConfig and ZoomHandlerRestrictConfig to provide complete control over camera zoom behavior.
Zoom handlers use this configuration to:
- Completely disable zoom operations (restriction)
- Clamp zoom level to stay within defined limits (min/max bounds)
See
- ZoomHandlerClampConfig for boundary clamping options
- ZoomHandlerRestrictConfig for zoom disabling options