Vanessa 2023-09-27 23:13:32 +08:00
parent 81eaf66621
commit 803fb6def8
3 changed files with 17 additions and 16 deletions

View file

@ -373,6 +373,7 @@ interface IOperation {
previousID?: string
retData?: any
nextID?: string // insert 专享
isDetached?: boolean // insertAttrViewBlock 专享
srcIDs?: string[] // insertAttrViewBlock 专享
name?: string // addAttrViewCol 专享
type?: TAVCol // addAttrViewCol 专享