@praxisui/dynamic-form 9.0.4-rc.15 → 9.0.4-rc.17

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/README.md CHANGED
@@ -251,6 +251,11 @@ Common inputs:
251
251
  - `domainRules`
252
252
  - `editorialContext`
253
253
 
254
+ In `edit` and `view`, `resourceId` identifies the remote entity to hydrate. In
255
+ `create`, it is contextual only (for example, the employee targeted by an
256
+ item-scoped command) and never starts an entity read; provide command defaults
257
+ through `initialValue`.
258
+
254
259
  Common outputs:
255
260
 
256
261
  - `formSubmit`, `formCancel`, `formReset`