Skip to content
ESM
import { RESTFieldType, RESTSimpleLineSymbolStyle, RESTSimpleMarkerSymbolStyle, RESTSimpleFillSymbolStyle, RESTHorizontalAlignment } from "@arcgis/charts-components/spec/rest-js-object-literals.js";

Variables

RESTFieldType

Variable
Type
{ readonly Blob: "esriFieldTypeBlob"; readonly Date: "esriFieldTypeDate"; readonly DateOnly: "esriFieldTypeDateOnly"; readonly TimestampOffset: "esriFieldTypeTimestampOffset"; readonly Double: "esriFieldTypeDouble"; readonly Geometry: "esriFieldTypeGeometry"; readonly GlobalID: "esriFieldTypeGlobalID"; readonly GUID: "esriFieldTypeGUID"; readonly Integer: "esriFieldTypeInteger"; readonly SmallInteger: "esriFieldTypeSmallInteger"; readonly BigInteger: "esriFieldTypeBigInteger"; readonly OID: "esriFieldTypeOID"; readonly Raster: "esriFieldTypeRaster"; readonly Single: "esriFieldTypeSingle"; readonly String: "esriFieldTypeString"; readonly XML: "esriFieldTypeXML"; }

RESTSimpleLineSymbolStyle

Variable
Type
{ readonly Dash: "esriSLSDash"; readonly DashDot: "esriSLSDashDot"; readonly DashDotDot: "esriSLSDashDotDot"; readonly Dot: "esriSLSDot"; readonly Null: "esriSLSNull"; readonly Solid: "esriSLSSolid"; }

RESTSimpleMarkerSymbolStyle

Variable
Type
{ readonly Circle: "esriSMSCircle"; readonly Cross: "esriSMSCross"; readonly Diamond: "esriSMSDiamond"; readonly Square: "esriSMSSquare"; readonly X: "esriSMSX"; readonly Triangle: "esriSMSTriangle"; }

RESTSimpleFillSymbolStyle

Variable
Type
{ readonly BackwardDiagonal: "esriSFSBackwardDiagonal"; readonly Cross: "esriSFSCross"; readonly DiagonalCross: "esriSFSDiagonalCross"; readonly ForwardDiagonal: "esriSFSForwardDiagonal"; readonly Horizontal: "esriSFSHorizontal"; readonly Null: "esriSFSNull"; readonly Solid: "esriSFSSolid"; readonly Vertical: "esriSFSVertical"; }

RESTHorizontalAlignment

Variable
Type
{ readonly Left: "left"; readonly Right: "right"; readonly Center: "center"; readonly Justify: "justify"; }

RESTVerticalAlignment

Variable
Type
{ readonly Baseline: "baseline"; readonly Top: "top"; readonly Middle: "middle"; readonly Bottom: "bottom"; }

RESTSymbolType

Variable
Type
{ readonly SLS: "esriSLS"; readonly SMS: "esriSMS"; readonly SFS: "esriSFS"; readonly PMS: "esriPMS"; readonly PFS: "esriPFS"; readonly TS: "esriTS"; }

RESTFontStyle

Variable
Type
{ readonly Italic: "italic"; readonly Normal: "normal"; readonly Oblique: "oblique"; }

RESTFontWeight

Variable
Type
{ readonly Bold: "bold"; readonly Bolder: "bolder"; readonly Lighter: "lighter"; readonly Normal: "normal"; }

RESTFontDecoration

Variable
Type
{ readonly LineThrough: "line-through"; readonly Underline: "underline"; readonly None: "none"; }

RESTRendererType

Variable
Type
{ readonly UniqueValue: "unique-value"; readonly Simple: "simple"; readonly ClassBreaks: "class-breaks"; readonly Heatmap: "heatmap"; readonly DotDensity: "dot-density"; readonly Dictionary: "dictionary"; readonly PieChart: "pie-chart"; }

RESTUnits

Variable
Type
{ readonly Feet: "feet"; readonly Miles: "miles"; readonly NauticalMiles: "nautical-miles"; readonly USNauticalMiles: "us-nautical-miles"; readonly Meters: "meters"; readonly Kilometers: "kilometers"; }

Type definitions

RESTFieldType

Type definition
Type
(typeof RESTFieldType)[keyof typeof RESTFieldType]

RESTSimpleLineSymbolStyle

Type definition

RESTSimpleMarkerSymbolStyle

Type definition

RESTSimpleFillSymbolStyle

Type definition

RESTHorizontalAlignment

Type definition
Type
(typeof RESTHorizontalAlignment)[keyof typeof RESTHorizontalAlignment]

RESTVerticalAlignment

Type definition
Type
(typeof RESTVerticalAlignment)[keyof typeof RESTVerticalAlignment]

RESTSymbolType

Type definition
Type
(typeof RESTSymbolType)[keyof typeof RESTSymbolType]

RESTFontStyle

Type definition
Type
(typeof RESTFontStyle)[keyof typeof RESTFontStyle]

RESTFontWeight

Type definition
Type
(typeof RESTFontWeight)[keyof typeof RESTFontWeight]

RESTFontDecoration

Type definition
Type
(typeof RESTFontDecoration)[keyof typeof RESTFontDecoration]

RESTRendererType

Type definition
Type
(typeof RESTRendererType)[keyof typeof RESTRendererType]

RESTUnits

Type definition
Type
(typeof RESTUnits)[keyof typeof RESTUnits]