mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 06:18:49 +01:00
This commit is contained in:
parent
d519732c79
commit
f2c2a7592c
14 changed files with 203 additions and 94 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -454,6 +454,7 @@ interface IScrollAttr {
|
|||
interface IOperation {
|
||||
action: TOperation, // move, delete 不需要传 data
|
||||
id?: string,
|
||||
blockID?: string,
|
||||
isTwoWay?: boolean, // 是否双向关联
|
||||
backRelationKeyID?: string, // 双向关联的目标关联列 ID
|
||||
avID?: string, // av
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue