Interface

ISortObject

engine.ISortObject

Interface for sorting configuration objects

Properties:
Name Type Description
value string

The field name or property to sort by

direction OrderDirection

The sort direction (ASC or DSC)

View Source lib/engine/interfaces.ts, line 89