mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
d20d17f049
commit
7cb22e51c0
1 changed files with 5 additions and 4 deletions
9
app/src/types/index.d.ts
vendored
9
app/src/types/index.d.ts
vendored
|
|
@ -1084,10 +1084,11 @@ interface IAVColumn {
|
||||||
name: string,
|
name: string,
|
||||||
color: string,
|
color: string,
|
||||||
}[],
|
}[],
|
||||||
relationAvID: string // 关联的属性视图 ID
|
relation?: {
|
||||||
isBiRelation: string // 是否双向关联
|
avID: string
|
||||||
backRelationKeyID: string // 双向关联时回链关联列的 ID
|
backKeyID: string
|
||||||
rollupKeyID: string // 汇总列 ID
|
isTwoWay: boolean
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
interface IAVRow {
|
interface IAVRow {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue