Documentation for the members of Navigation.

interface NavigationMembers {
    browserTouchPanEnabled: boolean;
    mouseWheelZoomEnabled: boolean;
}

Properties

browserTouchPanEnabled: boolean

Indicates whether the view pans when the user touches the screen.

mouseWheelZoomEnabled: boolean

Indicates whether the view zooms when the user scrolls the mouse wheel.