Function: resolveProperties
▸ resolveProperties<M
>(«destructured»
): ResolvedProperties
<M
>
Resolve enums and arrays for properties
Type parameters
Name | Type |
---|---|
M | extends Record <string , any > |
Parameters
Name | Type |
---|---|
«destructured» | Object |
› entityId? | string |
› fields? | Record <string , FieldConfig > |
› fromBuilder? | boolean |
› index? | number |
› path? | string |
› previousValues? | Partial <M > |
› properties | PropertiesOrBuilders <M > |
› propertyValue | unknown |
› values? | Partial <M > |