We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233abad commit f450d83Copy full SHA for f450d83
1 file changed
src/components/BootstrapBlazor.UniverSheet/Components/UniverSheetData.cs
@@ -21,7 +21,12 @@ public class UniverSheetData
21
public string? CommandName { get; set; }
22
23
/// <summary>
24
- /// 获得/设置 数据 默认 null 未设置
+ /// 获得/设置 UniverSheet workbook 数据 默认 null 未设置
25
+ /// </summary>
26
+ public object? WorkbookData { get; set; }
27
+
28
+ /// <summary>
29
+ /// 获得/设置 附加业务数据 默认 null 未设置
30
/// </summary>
31
public object? Data { get; set; }
32
}
0 commit comments