identity-admin 1.25.3 → 1.25.4
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.
- package/lib/types/IResourceFile.d.ts +10 -0
- package/package.json +1 -1
|
@@ -512,6 +512,16 @@ export interface IResourceFile {
|
|
|
512
512
|
* @default false
|
|
513
513
|
*/
|
|
514
514
|
displayEditPageInShowPage?: boolean;
|
|
515
|
+
/**
|
|
516
|
+
* Specify the path of image to be shown beside the name in the reference options
|
|
517
|
+
* @default undefined
|
|
518
|
+
*/
|
|
519
|
+
imageOnReferencePath?: string;
|
|
520
|
+
/**
|
|
521
|
+
* The option to disable displaying the image beside the name in the reference options
|
|
522
|
+
* @default false
|
|
523
|
+
*/
|
|
524
|
+
disableImageOnReference?: boolean;
|
|
515
525
|
/**
|
|
516
526
|
* An object for any extra data need to be sent with the resource file
|
|
517
527
|
* @default undefined
|