mapExtraFieldsByFieldId()
mapExtraFieldsByFieldId(extraFields): Record<string, FirmhouseExtraFieldAnswer>Convert a list of extra fields to a map of extra fields by field id
Parameters
• extraFields: FirmhouseExtraFieldAnswer[]
List of extra fields that can be accessed from a subscription.
Returns
Record<string, FirmhouseExtraFieldAnswer>
Map of extra fields by field id
Last updated
Was this helpful?