API 参考
正在准备搜索索引...
@142vip/nest-typeorm
CollectionInfo
接口 CollectionInfo
interface
CollectionInfo
{
idIndex
?:
Document
;
info
?:
{
readOnly
?:
false
;
uuid
?:
Binary
}
;
name
:
string
;
options
?:
Document
;
type
?:
string
;
[
key
:
string
]:
any
;
}
层级 (
查看层级一览
)
Document
CollectionInfo
可索引
[
key
:
string
]:
any
索引
属性
id
Index?
info?
name
options?
type?
属性
可选
id
Index
idIndex
?:
Document
可选
info
info
?:
{
readOnly
?:
false
;
uuid
?:
Binary
}
name
name
:
string
可选
options
options
?:
Document
可选
type
type
?:
string
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
目录
属性
id
Index
info
name
options
type
API 参考
加载中……