@taiyi-io/api-connector-ts
Preparing search index...
ControlQueryFileParams
Interface ControlQueryFileParams
查询文件请求参数
Interface
interface
ControlQueryFileParams
{
limit
:
number
;
only_self
?:
boolean
;
start
:
number
;
}
Index
Properties
limit
only_
self?
start
Properties
limit
limit
:
number
每页数量
Optional
only_
self
only_self
?:
boolean
是否只查询当前用户的文件
start
start
:
number
起始索引
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
limit
only_
self
start
@taiyi-io/api-connector-ts
Loading...
查询文件请求参数
Interface