Skip to content

Commit f450d83

Browse files
committed
refactor: 增加 WorkbookData 参数
1 parent 233abad commit f450d83

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/components/BootstrapBlazor.UniverSheet/Components/UniverSheetData.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ public class UniverSheetData
2121
public string? CommandName { get; set; }
2222

2323
/// <summary>
24-
/// 获得/设置 数据 默认 null 未设置
24+
/// 获得/设置 UniverSheet workbook 数据 默认 null 未设置
25+
/// </summary>
26+
public object? WorkbookData { get; set; }
27+
28+
/// <summary>
29+
/// 获得/设置 附加业务数据 默认 null 未设置
2530
/// </summary>
2631
public object? Data { get; set; }
2732
}

0 commit comments

Comments
 (0)