Type Aliases
AngleUnitType
AngleUnitType: "degrees" | "radians"
CssCursor
CssCursor: "auto" | "default" | "none" | "context-menu" | "help" | "pointer" | "progress" | "wait" | "cell" | "crosshair" | "text" | "vertical-text" | "alias" | "copy" | "move" | "no-drop" | "not-allowed" | "grab" | "grabbing" | "all-scroll" | "col-resize" | "row-resize" | "n-resize" | "e-resize" | "s-resize" | "w-resize" | "ne-resize" | "nw-resize" | "se-resize" | "sw-resize" | "ew-resize" | "ns-resize" | "nesw-resize" | "nwse-resize" | "zoom-in" | "zoom-out" | string
DistanceUnitType
DistanceUnitType: "millimeters" | "centimeters" | "meters" | "inches" | "feet" | "yards"
Environment
Environment: "platdev" | "platstaging" | "platprod"
Formatter
Formatter<T>: ((value: T) => string)
Type Parameters
JwtProvider
JwtProvider: (() => string | undefined)
Type declaration
Returns string | undefined
KeyState
KeyState: Record<string, boolean>
MetadataKey
MetadataKey: string
QueryType
QueryType: "inclusive" | "exclusive"
RowArg
Row
Arg
: number | Row | Node.AsObjectRowDataProvider
Row
Data
Provider
: ((row
: Row) => Record<string, unknown>)Type declaration
- (row: Row): Record<string, unknown>
Parameters
Returns Record<string, unknown>
SceneViewStateFeature
SceneViewStateFeature: "camera" | "cross_section" | "material_overrides" | "selection" | "transforms" | "visibility" | "phantom"
TerminalItemOperationBuilder
ViewerPinToolMode
ViewerPinToolMode: "edit" | "view"
ViewerPinToolType
ViewerPinToolType: "pin-icon" | "pin-text"
ViewerToolbarDirection
ViewerToolbarDirection: "horizontal" | "vertical"
ViewerToolbarGroupDirection
ViewerToolbarGroupDirection: "horizontal" | "vertical"
ViewerToolbarPlacement
ViewerToolbarPlacement: "top-left" | "top-center" | "top-right" | "middle-left" | "middle-right" | "bottom-left" | "bottom-center" | "bottom-right"
VolumeIntersectionQueryMode
VolumeIntersectionQueryMode: "exclusive" | "inclusive"
VolumeIntersectionQueryType
VolumeIntersectionQueryType: "clearAndSelect" | "select" | "deselect"
Represents a built-in browser CSS cursor.