Constructor
# <DataModelFormFields process updateProcess />
Enables to edit the DasContract data model by form fields provided through react-jsonschema-form.
PropTypes:
Name | Type | Required | Description | Default |
---|---|---|---|---|
process |
object | Yes | Process data. | |
updateProcess |
func | Yes | Callback to update the value of process in the parent component. |
Methods
# inner handleResize(size)
Updates the value of "viewerHeight" when user drags the corner of Resizable component.
Parameters:
Name | Type | Description |
---|---|---|
size |
Object | Updated size of Resizable component. |