Vanessa 2025-08-24 10:46:16 +08:00
parent be5bf8978d
commit f3cc641005
3 changed files with 3 additions and 1 deletions

View file

@ -531,6 +531,7 @@ interface ISiyuan {
interface IOperation {
action: TOperation, // move delete 不需要传 data
id?: string,
context?: IObject,
blockID?: string,
isTwoWay?: boolean, // 是否双向关联
backRelationKeyID?: string, // 双向关联的目标关联列 ID