Skip to content

@ue-too/board / index / ZoomHandlerConfig

型エイリアス: ZoomHandlerConfig

ZoomHandlerConfig = ZoomHandlerClampConfig & ZoomHandlerRestrictConfig

定義: 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)

参照