@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?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/context",
3
- "version": "1.5.0-testing.3",
3
+ "version": "1.5.0-testing.4",
4
4
  "description": "Utilities that provide context to Evoke platform widgets",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",