Variable SortDirectionConst

SortDirection: {
    ASC: "asc";
    DESC: "desc";
} = ...

Type declaration

  • ASC: "asc"
  • DESC: "desc"

Generated using TypeDoc