mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-10 01:41:33 +08:00
This commit is contained in:
parent
d20d17f049
commit
7cb22e51c0
9
app/src/types/index.d.ts
vendored
9
app/src/types/index.d.ts
vendored
@ -1084,10 +1084,11 @@ interface IAVColumn {
|
||||
name: string,
|
||||
color: string,
|
||||
}[],
|
||||
relationAvID: string // 关联的属性视图 ID
|
||||
isBiRelation: string // 是否双向关联
|
||||
backRelationKeyID: string // 双向关联时回链关联列的 ID
|
||||
rollupKeyID: string // 汇总列 ID
|
||||
relation?: {
|
||||
avID: string
|
||||
backKeyID: string
|
||||
isTwoWay: boolean
|
||||
}
|
||||
}
|
||||
|
||||
interface IAVRow {
|
||||
|
Loading…
Reference in New Issue
Block a user