正在准备搜索索引...
搜索索引不可用
@custouch-open/js-sdk
@custouch-open/js-sdk
api/cms
<internal>
DataRowsOrder
类型别名 DataRowsOrder<needIndex, T>
Data
Rows
Order
<
needIndex
,
T
>
:
|
"key"
|
"createtime"
|
"updateTime"
|
(
needIndex
extends
true
?
"index"
:
unknown
)
|
keyof
T
排序条件
类型参数
needIndex
=
true
T
=
Record
<
string
,
string
>
参数: index
根据层级下的数据索引排序,recursive必须为false,否则会返回400
参数: key
根据主键的值排序
参数: createtime
根据创建时间排序
参数: updateTime
根据更新时间排序
备注
传入其他键名时根据键值排序
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
@custouch-open/js-sdk
加载中……
排序条件