identity-admin 1.25.2 → 1.25.3
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.
|
@@ -254,6 +254,11 @@ export interface IFieldValue {
|
|
|
254
254
|
* @default undefined
|
|
255
255
|
*/
|
|
256
256
|
valuePath?: string;
|
|
257
|
+
/**
|
|
258
|
+
* Specify if this property is clickable or not in the list view.
|
|
259
|
+
* @default undefined
|
|
260
|
+
*/
|
|
261
|
+
isClickable?: boolean;
|
|
257
262
|
}
|
|
258
263
|
export interface IVirtualValue {
|
|
259
264
|
/**
|