palm-pdb
    Preparing search index...

    Interface AddressRecordCell

    A cell in an AddressDB record.

    interface AddressRecordCell {
        fieldType: AddressFieldType;
        phoneNumberType?: PhoneNumberType;
        value: string;
    }
    Index

    Properties

    fieldType: AddressFieldType

    The corresponding field type.

    phoneNumberType?: PhoneNumberType

    The phone number field, if this is a phone number field.

    value: string

    The actual data.