Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rdw_data/src/providers/mod.ts>DataType

Get data from RDW using Deno/Node
Latest
enum DataType
import { DataType } from "https://deno.land/x/rdw_data@0.7.0/src/providers/mod.ts";

The different types of data that can be used in a field

Members

_Unknown = "_unknown"

Type: Unknown

Checkbox = "checkbox"

Type: Checkbox, available in 2.0 and 2.1

FixedTimestamp = "fixed_timestamp"

Type: Fixed Timestamp, available in 2.0 and 2.1

FloatingTimestamp = "floating_timestamp"

Type: Floating Timestamp, available in 2.0 and 2.1

Line = "line"

Type: Line, available in 2.1

Location = "location"

Type: Location, available in 2.0 and 2.1

MultiLine = "multiline"

Type: MultiLine, available in 2.1

MultiPoint = "multipoint"

Type: MultiPoint, available in 2.1

MultiPolygon = "multipolygon"

Type: MultiPolygon, available in 2.1

Number = "number"

Type: Number, available in 2.0 and 2.1

Point = "point"

Type: Point, available in 2.1

Polygon = "polygon"

Type: Polygon, available in 2.1

RowIdentifier = "row_identifier"

Type: ROW Identifier, special tag that is only used when retrieving IDs. Don't use

Text = "text"

Type: Text, available in 2.0 and 2.1

URL = "url"

Type: URL, available in 2.0 and 2.1