@taiyi-io/api-connector-ts
Preparing search index...
ControlQuerySystemsParams
Interface ControlQuerySystemsParams
查询系统模板列表请求参数
Interface
interface
ControlQuerySystemsParams
{
limit
:
number
;
offset
:
number
;
only_self
?:
boolean
;
}
Index
Properties
limit
offset
only_
self?
Properties
limit
limit
:
number
每页数量
offset
offset
:
number
分页偏移量
Optional
only_
self
only_self
?:
boolean
是否只查询当前用户的系统模板
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
limit
offset
only_
self
@taiyi-io/api-connector-ts
Loading...
查询系统模板列表请求参数
Interface