Page Contents
Home > @loopback/filter > Filter > order
Filter.order property
Sorting order for matched entities. Each item should be formatted as fieldName ASC or fieldName DESC. For example: ['f1 ASC', 'f2 DESC', 'f3 ASC'].
We might want to use Order in the future. Keep it as string[] for now for compatibility with LoopBack 3.x.
Signature:
order?: string[];