Variable: SortByFileField
const SortByFileField: {
PATH: "path";
TYPE: "type";
};
Defined in: src/models/model-security-enums.ts:106
Fields available for file-based sorting.
Type Declaration
PATH
readonly PATH: "path" = 'path';
TYPE
readonly TYPE: "type" = 'type';