ESM
import { ActionModes, CursorRange } from "@arcgis/charts-components/utils/cursor/interfaces.js";Variables
ActionModes
Variable
- Type
- { readonly MonoSelection: "monoSelection"; readonly MultiSelection: "multiSelection"; readonly MultiSelectionWithCtrlKey: "multiSelectionWithCtrlKey"; readonly Zoom: "zoom"; readonly None: "none"; }
CursorRange
Variable
- Type
- { readonly MultiAxes: "multi-axes"; readonly XAxis: "x-axis"; readonly YAxis: "y-axis"; }
Type definitions
ActionModes
Type definition
- Type
- (typeof ActionModes)[keyof typeof ActionModes]
CursorRange
Type definition
- Type
- (typeof CursorRange)[keyof typeof CursorRange]