mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-26 17:04:07 +01:00
This commit is contained in:
parent
2c73687083
commit
418fc1df89
5 changed files with 103 additions and 2 deletions
6
app/src/types/index.d.ts
vendored
6
app/src/types/index.d.ts
vendored
|
|
@ -1080,7 +1080,11 @@ interface IAVColumn {
|
|||
options?: {
|
||||
name: string,
|
||||
color: string,
|
||||
}[]
|
||||
}[],
|
||||
relationAvID: string // 关联的属性视图 ID
|
||||
isBiRelation: string // 是否双向关联
|
||||
backRelationKeyID: string // 双向关联时回链关联列的 ID
|
||||
rollupKeyID: string // 汇总列 ID
|
||||
}
|
||||
|
||||
interface IAVRow {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue