GitHub

DaffSortOption

One particular option used to sort a collection of elements;

interface DaffSortOption {
  label: string
  value: any
}

Properties

Name Type Description
label string
value any