ids-enterprise-typings 18.1.5 → 18.1.6
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.
|
@@ -1016,6 +1016,9 @@ interface SohoDataGridColumn {
|
|
|
1016
1016
|
/** Enforce a max length when editing this column */
|
|
1017
1017
|
maxLength?: number;
|
|
1018
1018
|
|
|
1019
|
+
/** Whether to render html contents in tooltip */
|
|
1020
|
+
renderTooltipHtmlContents?: boolean;
|
|
1021
|
+
|
|
1019
1022
|
/** Validators to assign to any editable columns. */
|
|
1020
1023
|
validate?: string;
|
|
1021
1024
|
|