mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-28 12:28:48 +01:00
🎨 Database block support specified view https://github.com/siyuan-note/siyuan/issues/10443
This commit is contained in:
parent
d519732c79
commit
e3d282ac90
5 changed files with 102 additions and 46 deletions
|
|
@ -1227,11 +1227,11 @@ type Operation struct {
|
|||
NextID string `json:"nextID"`
|
||||
RetData interface{} `json:"retData"`
|
||||
BlockIDs []string `json:"blockIDs"`
|
||||
BlockID string `json:"blockID"`
|
||||
|
||||
DeckID string `json:"deckID"` // 用于添加/删除闪卡
|
||||
|
||||
AvID string `json:"avID"` // 属性视图 ID
|
||||
ViewID string `json:"viewID"` // 属性视图视图 ID
|
||||
SrcIDs []string `json:"srcIDs"` // 用于将块拖拽到属性视图中
|
||||
IsDetached bool `json:"isDetached"` // 用于标识是否是脱离块,仅存在于属性视图中
|
||||
Name string `json:"name"` // 属性视图列名
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue