Interface Chart3DUserInteractionsBeta

Introduced in v7.0.0. API may change according to user feedback.

Hierarchy

  • Chart3DUserInteractions

Properties

pan?: false | InteractionConfigWithOverrides<{
    sensitivity?: number;
    stopScroll?: boolean;
    x?: boolean;
    y?: boolean;
    z?: boolean;
}, "drag" | "wheel" | "pinch", "shift" | "ctrl" | "alt" | "lmb" | "rmb" | "mmb">
restoreDefault?: false | InteractionConfigWithOverrides<{
    animationsEnabled?: boolean;
    camera?: boolean;
    code?: string;
    doubleClick?: boolean;
    stopScroll?: boolean;
    x?: boolean;
    y?: boolean;
    z?: boolean;
}, never, "shift" | "ctrl" | "alt">
restorePrevious?: false | InteractionConfigWithOverrides<{
    animationsEnabled?: boolean;
    code?: string;
    doubleClick?: boolean;
    stopScroll?: boolean;
}, never, "shift" | "ctrl" | "alt">
rotate?: false | InteractionConfigWithOverrides<{
    sensitivity?: number;
}, "drag" | "pinch", "shift" | "ctrl" | "alt" | "lmb" | "rmb" | "mmb">
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">