Interface Chart3DUserInteractionsBeta
Properties
Optional pan
pan
?: false | InteractionConfigWithOverrides<{ sensitivity
?: number; stopScroll
?: boolean; x
?: boolean; y
?: boolean; z
?: boolean; }, "drag" | "wheel" | "pinch", "shift" | "ctrl" | "alt" | "lmb" | "rmb" | "mmb">
Optional restoreDefault
restore
Default
?: false | InteractionConfigWithOverrides<{ animationsEnabled
?: boolean; camera
?: boolean; code
?: string; doubleClick
?: boolean; stopScroll
?: boolean; x
?: boolean; y
?: boolean; z
?: boolean; }, never, "shift" | "ctrl" | "alt">
Optional restorePrevious
restore
Previous
?: false | InteractionConfigWithOverrides<{ animationsEnabled
?: boolean; code
?: string; doubleClick
?: boolean; stopScroll
?: boolean; }, never, "shift" | "ctrl" | "alt">
Optional zoom
zoom
?: false | InteractionConfigWithOverrides<{ camera
?: boolean; mode
?: "centered" | "keep-start" | "keep-end"; sensitivity
?: number; stopScroll
?: boolean; x
?: boolean; y
?: boolean; z
?: boolean; }, "drag" | "wheel" | "pinch", "shift" | "ctrl" | "alt" | "lmb" | "rmb" | "mmb">
Introduced in v7.0.0. API may change according to user feedback.