mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-22 23:14:07 +01:00
This commit is contained in:
parent
f68857fda5
commit
ebd399c018
11 changed files with 13 additions and 81 deletions
3
app/src/types/index.d.ts
vendored
3
app/src/types/index.d.ts
vendored
|
|
@ -308,7 +308,7 @@ interface IOperation {
|
|||
action: TOperation, // move, delete 不需要传 data
|
||||
id?: string,
|
||||
avID?: string, // av
|
||||
viewID?: string, // av
|
||||
keyID?: string // updateAttrViewCell 专享
|
||||
data?: any, // updateAttr 时为 { old: IObject, new: IObject }, updateAttrViewCell 时为 {TAVCol: {content: string}}
|
||||
parentID?: string
|
||||
previousID?: string
|
||||
|
|
@ -317,7 +317,6 @@ interface IOperation {
|
|||
srcIDs?: string[] // insertAttrViewBlock 专享
|
||||
name?: string // addAttrViewCol 专享
|
||||
type?: TAVCol // addAttrViewCol 专享
|
||||
rowID?: string // updateAttrViewCell 专享
|
||||
deckID?: string // add/removeFlashcards 专享
|
||||
blockIDs?: string[] // add/removeFlashcards 专享
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue