ids-enterprise-typings 19.0.1 → 19.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1022,6 +1022,9 @@ interface SohoDataGridColumn {
|
|
|
1022
1022
|
/** Enforce a max length when editing this column */
|
|
1023
1023
|
maxLength?: number;
|
|
1024
1024
|
|
|
1025
|
+
/** Whether to render html contents in tooltip */
|
|
1026
|
+
renderTooltipHtmlContents?: boolean;
|
|
1027
|
+
|
|
1025
1028
|
/** Validators to assign to any editable columns. */
|
|
1026
1029
|
validate?: string;
|
|
1027
1030
|
|