Example of config property:
const config ={
"fieldType": "Attribute",
"attributeType": "Reference",
"label": "Inventor and Co-Inventors",
"helpText": "Please enter the names of all Inventors including yourself.
Click on \"+\" to add details of other Inventors.
To associate existing inventors click on \"search\" icon.",
"isVisible": false,
"isEditable": false,
"isRelatedTypeGeolocationAttribute": false,
"placeholder": "Click on \"+\" to add new inventor/co-inventor",
"attributeName": "InvTOInv",
"relationTypeName": "InvToInv",
"relatedTypeName": "Inventor",
"canCreateRelatedType": true,
"canLinkRelatedType": true,
"relatedTypeTrackingRequired": false,
"relationDirection": "To",
"isRequired": true,
"regExErrorMessage": "",
"isMultiselect": false,
"stateFilter": {
"lifecycleName": "Inventor",
"enforced": true,
"states": []
},
"allowValueCaptureFromScan": false,
"linkOption": "Both",
"actionSettingsShowAs": "Default",
"editor": "Dropdown",
"renderer": "Default"
};