mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-27 18:56:09 +01:00
This commit is contained in:
parent
bf96331cf6
commit
f56d6de5ce
9 changed files with 138 additions and 58 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -22,6 +22,7 @@ type TOperation =
|
|||
| "removeAttrViewCol"
|
||||
| "addFlashcards"
|
||||
| "removeFlashcards"
|
||||
| "updateAttrViewCell"
|
||||
type TBazaarType = "templates" | "icons" | "widgets" | "themes" | "plugins"
|
||||
type TCardType = "doc" | "notebook" | "all"
|
||||
type TEventBus = "ws-main" | "click-blockicon" | "click-editorcontent" | "click-pdf" |
|
||||
|
|
@ -283,6 +284,7 @@ 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