Skip to content

Field

Defined in: packages/aip/src/orderby/orderby.ts:10

Field represents a single ordering field.

new Field(path, desc?): Field

Defined in: packages/aip/src/orderby/orderby.ts:20

string

boolean = false

Field

desc: boolean

Defined in: packages/aip/src/orderby/orderby.ts:18

Desc indicates if the ordering of the field is descending.


path: string

Defined in: packages/aip/src/orderby/orderby.ts:14

Path is the path of the field, including subfields

subFields(): string[]

Defined in: packages/aip/src/orderby/orderby.ts:32

SubFields returns the individual subfields of the field path, including the top-level subfield.

Subfields are specified with a . character, such as foo.bar or address street.

string[]