Home > @magiclane/maps-sdk > ContactInfo > removeField
ContactInfo.removeField() method
Removes a field specified by index. The field must already exist.
Signature:
removeField(index: number): void;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
index |
number |
Field index |
Returns:
void