Skip to main content

Type Alias: LogRecordsSortClause

type LogRecordsSortClause = object;
Defined in: src/types/new-api.types.ts LogRecordsSortClause

Properties

ascending?

optional ascending: boolean;
Defined in: src/types/new-api.types.ts Ascending

columnId

columnId: string;
Defined in: src/types/new-api.types.ts Column Id ID of the column to sort.

sortType?

optional sortType: "column";
Defined in: src/types/new-api.types.ts Sort Type