mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-15 19:48:06 +01:00
This commit is contained in:
parent
b5d9968237
commit
d9d3db1920
4 changed files with 62 additions and 43 deletions
4
app/src/types/index.d.ts
vendored
4
app/src/types/index.d.ts
vendored
|
|
@ -18,6 +18,8 @@ type TOperation =
|
|||
| "append"
|
||||
| "insertAttrViewBlock"
|
||||
| "removeAttrViewBlock"
|
||||
| "addAttrViewCol"
|
||||
| "removeAttrViewCol"
|
||||
| "addFlashcards"
|
||||
| "removeFlashcards"
|
||||
type TBazaarType = "templates" | "icons" | "widgets" | "themes" | "plugins"
|
||||
|
|
@ -279,6 +281,8 @@ interface IOperation {
|
|||
retData?: any
|
||||
nextID?: string // insert 专享
|
||||
srcIDs?: string[] // insertAttrViewBlock 专享
|
||||
name?: string // addAttrViewCol 专享
|
||||
type?: "text" | "date" | "number" | "relation" | "rollup" | "select" // addAttrViewCol 专享
|
||||
deckID?: string // add/removeFlashcards 专享
|
||||
blockIDs?: string[] // add/removeFlashcards 专享
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue