Type Alias: TFrameFilter
TFrameFilter =
object
Defined in: types/index.ts:173
The frame filter criteria.
Properties
count?
optionalcount:string
Defined in: types/index.ts:175
The number of files and folders displayed on one page.
folder?
optionalfolder:string
Defined in: types/index.ts:177
The target folder.
page?
optionalpage:string
Defined in: types/index.ts:179
The page number to start from.
search?
optionalsearch:string
Defined in: types/index.ts:181
The query used to search for files and folders.
sortBy?
optionalsortBy:TFilterSortBy
Defined in: types/index.ts:183
The parameter used to sort the list of files and folders.
sortOrder?
optionalsortOrder:TFilterSortOrder
Defined in: types/index.ts:185
The sort direction for the list of files and folders.
withSubfolders?
optionalwithSubfolders:boolean
Defined in: types/index.ts:187
Specifies whether to exclude subfolders when searching for files.