GitHub

DaffSortDirectionEnum

The direction in which to sort a list of elements, e.g. if the list was sorted alphabetically, "Ascending" would be from "A-Z", and "Descending" would be from "Z-A".

API

enum DaffSortDirectionEnum {
  Ascending = 'ASC',
  Descending = 'DSC',
}