mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
🎨 Rows non-bound in the database support Add to Database https://github.com/siyuan-note/siyuan/issues/11093
This commit is contained in:
parent
01072dde42
commit
26cfc586f0
3 changed files with 11 additions and 30 deletions
|
|
@ -1263,8 +1263,8 @@ type Operation struct {
|
|||
DeckID string `json:"deckID"` // 用于添加/删除闪卡
|
||||
|
||||
AvID string `json:"avID"` // 属性视图 ID
|
||||
SrcIDs []string `json:"srcIDs"` // 用于将块拖拽到属性视图中
|
||||
Srcs []map[string]interface{} `json:"srcs"` // 属性视图中多选 添加到数据库
|
||||
SrcIDs []string `json:"srcIDs"` // 用于从属性视图中删除行
|
||||
Srcs []map[string]interface{} `json:"srcs"` // 用于添加属性视图行(包括绑定块){id, content, isDetached}
|
||||
IsDetached bool `json:"isDetached"` // 用于标识是否未绑定块,仅存在于属性视图中
|
||||
IgnoreFillFilterVal bool `json:"ignoreFillFilter"` // 用于标识是否忽略填充筛选值
|
||||
Name string `json:"name"` // 属性视图列名
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue