feat: add conceptId attribute to table td #654
This commit is contained in:
@@ -61,6 +61,7 @@ interface IElement {
|
||||
tdList: {
|
||||
colspan: number;
|
||||
rowspan: number;
|
||||
conceptId?: string;
|
||||
verticalAlign?: VerticalAlign;
|
||||
backgroundColor?: string;
|
||||
borderTypes?: TdBorder[];
|
||||
|
||||
Reference in New Issue
Block a user