@evoke-platform/context 1.5.0-testing.3 → 1.5.0-testing.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.
|
@@ -193,6 +193,12 @@ export type DisplayConfiguration = {
|
|
|
193
193
|
charCount?: boolean;
|
|
194
194
|
mode?: 'default' | 'existingOnly';
|
|
195
195
|
relatedObjectDisplay?: 'dropdown' | 'dialogBox';
|
|
196
|
+
/**
|
|
197
|
+
* The ID of the related object for parameters of type 'object'.
|
|
198
|
+
* When a parameter is of type 'object' whose objectId is not configured,
|
|
199
|
+
* this specifies which object it relates to when the field entry is rendered.
|
|
200
|
+
*/
|
|
201
|
+
relatedObjectId?: string;
|
|
196
202
|
visibility?: VisibilityConfiguration | JsonLogic;
|
|
197
203
|
viewLayout?: ViewLayoutEntityReference;
|
|
198
204
|
choicesDisplay?: {
|