Closed
Description
创建行并插值。
https://ld246.com/article/1717014564274
示例如下:
参数:
{
"avID": "20240118120204-kwyzf77",
"blocksValues": [
[
{
"keyID": "20240118120204-w6cggab",
"block": {
"content": "Test block"
}
},
{
"keyID": "20240118203822-io6ofxb",
"text": {
"content": "Test text"
}
},
{
"keyID": "20240531232156-ahsyx8l",
"number": {
"content": 1234
}
}
]
]
}
- blocksValues 是个二维数组,对应表格视图的行列
- 参数中的值可以参考源码 kernel/av/value.go 中的 Value 结构体
返回值:
{
"code": 0,
"msg": "",
"data": null
}
Metadata
Metadata
Assignees
Type
Projects
Relationships
Development
No branches or pull requests
Activity
[-]Add an internal kenerl API `/api/av/addAttributeViewKeyValues`[/-][+]Add an internal kenerl API `/api/av/addAttributeViewBlockWithValues`[/+][-]Add an internal kenerl API `/api/av/addAttributeViewBlockWithValues`[/-][+]Add an internal kenerl API `/api/av/appendAttributeViewDetachedBlocksWithValues`[/+][-]Add an internal kenerl API `/api/av/appendAttributeViewDetachedBlocksWithValues`[/-][+]Add an internal kernel API `/api/av/appendAttributeViewDetachedBlocksWithValues`[/+]🎨 Add an internal kernel API `/api/av/appendAttributeViewDetachedBloc…
lovelife88 commentedon Jun 4, 2024
通过这个API可以在新建数据行批量设置属性值,能否提供API来批量修改某个数据行的属性? @88250
88250 commentedon Jun 4, 2024