Module value

Source
Expand description

All values types and structs

Enums§

JSONValue
All possible JSON shapes
MValues
All possible M-Value shapes
PrimitiveValue
Primitive types supported by Properties
ValuePrimitiveType
Arrays may contain either a primitive or an object whose values are primitives
ValueType
Supports primitive types string, number, boolean, null May be an array of those primitive types, or an object whose values are only primitives Object keys are always strings, values can be any basic type, an array, or a nested object. Array values must all be the same type.

Traits§

JSONPropertiesCompatible
Ensure M implements MValueCompatible
MValueCompatible
Ensure M implements MValueCompatible

Type Aliases§

JSONProperties
Shape of an un-restricted features properties object
LineStringMValues
LineString Properties Shape
MValue
Shape of a feature’s M-Values object
MapboxProperties
Shape of the restricted Mapbox properties object
MultiLineStringMValues
MultiLineString MValues Shape
MultiPolygonMValues
MultiPolygon MValues Shape
PolygonMValues
Polygon MValues Shape
Properties
Shape of a features properties object
Value
Shape design
ValuePrimitive
Shape of a ValuePrimitiveType Nested object