feat: add conceptId attribute to table element
This commit is contained in:
@@ -44,6 +44,7 @@ interface IElement {
|
||||
// groupIds
|
||||
groupIds?: string[];
|
||||
// table
|
||||
conceptId?: string;
|
||||
colgroup?: {
|
||||
width: number;
|
||||
}[];
|
||||
|
||||
@@ -44,6 +44,7 @@ interface IElement {
|
||||
// 组信息-可用于批注等其他成组使用场景
|
||||
groupIds?: string[];
|
||||
// 表格
|
||||
conceptId?: string;
|
||||
colgroup?: {
|
||||
width: number;
|
||||
}[];
|
||||
|
||||
Reference in New Issue
Block a user