getFieldValueHandling
Gets the value handling mode for a specific field type from the registry.
Presentation
function getFieldValueHandling (
fieldType: string,
registry: Map<string, FieldTypeDefinition <any>>,
): ValueHandlingMode ;Returns
Parameters
| Name | Type | Description |
|---|---|---|
| fieldType | string | The field type identifier |
| registry | Map<string, | The field type registry |