Home > @magiclane/maps-sdk > ContactInfo > getFieldValue
ContactInfo.getFieldValue() method
Gets the field value.
Signature:
getFieldValue(index: number): string | null;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
index |
number |
Field index |
Returns:
string | null
The field value for the given index, or null if no field corresponds to the given index