mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user