Skip to main content
Version: 8.10 (unreleased)

Type Alias: VariableSearchQuerySortRequest

type VariableSearchQuerySortRequest = object;

Properties

field

field:
| "value"
| "name"
| "tenantId"
| "variableKey"
| "scopeKey"
| "processInstanceKey";

The field to sort by.


order?

optional order?: SortOrderEnum;