Skip to main content

Type Alias: TFrameFilter

TFrameFilter = object

Defined in: types/index.ts:173

The frame filter criteria.

Properties

count?

optional count: string

Defined in: types/index.ts:175

The number of files and folders displayed on one page.


folder?

optional folder: string

Defined in: types/index.ts:177

The target folder.


page?

optional page: string

Defined in: types/index.ts:179

The page number to start from.


optional search: string

Defined in: types/index.ts:181

The query used to search for files and folders.


sortBy?

optional sortBy: TFilterSortBy

Defined in: types/index.ts:183

The parameter used to sort the list of files and folders.


sortOrder?

optional sortOrder: TFilterSortOrder

Defined in: types/index.ts:185

The sort direction for the list of files and folders.


withSubfolders?

optional withSubfolders: boolean

Defined in: types/index.ts:187

Specifies whether to exclude subfolders when searching for files.