Skip to content

Documentation / @super-line/core / OrderBy

Interface: OrderBy

Defined in: packages/core/src/query.ts:29

A sort key: a dot-path field and a direction.

Properties

dir

dir: "asc" | "desc"

Defined in: packages/core/src/query.ts:31


field

field: string

Defined in: packages/core/src/query.ts:30

Released under the MIT License.