CustomFieldInput
Value for custom field to be used by the UI Extension that is linked to the record.
Input Fields
Заголовок раздела «Input Fields»id (
String!
)
Id of the field as defined for the UI Extension.
value (
JSON
)
Value for the field.
- For
selectfields the value is the HTMLvaluedefined for the value (not the value shown to the user). - For
...-suggestfields the value is the node ID of the selected record. - For
custom-suggestfields the value is the node ID of the selected record. When multiple records are to be selected the value should be an array of node IDs.