Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SortOptions

Options to sort the query by.

Hierarchy

  • SortOptions

Index

Properties

Properties

column

column: string | string[]

The column or columns to sort by.

Optional operator

operator: "*" | "+" | "/" | "%" | "-"

Operator to use to sort.

default

+

Optional order

order: "ASC" | "DESC"

The order to sort by.

default

DESC

Generated using TypeDoc