Configuration for sorting data by a specific attribute
Properties
direction
direction: "asc" | "desc"
The direction to sort in
attribute
attribute: string
The attribute to sort by. What this represents depends on the context.
For instance, when sorting features in a data table, the attribute is
the column to sort by.
MultiPolygonGeometry
A GeoJSON multi-polygon geometry.
Properties
type
type: "MultiPolygon"
coordinates
coordinates: [number, number][][][]
SortDirection
SortDirection: "asc" | "desc"
Specifies the direction to sort data in
Shared
These are generic types that are used across multiple modules.