@oneblink/sdk-core
    Preparing search index...

    Type Alias CivicaNameRecordElement

    CivicaNameRecordElement: {
        address1Label?: string;
        address2Label?: string;
        businessPhoneIsHidden?: boolean;
        businessPhoneIsRequired?: boolean;
        businessPhoneLabel?: string;
        defaultValue?: CivicaNameRecord;
        emailAddressIsHidden?: boolean;
        emailAddressIsRequired?: boolean;
        emailAddressLabel?: string;
        familyNameLabel?: string;
        faxPhoneIsHidden?: boolean;
        faxPhoneIsRequired?: boolean;
        faxPhoneLabel?: string;
        givenName1IsHidden?: boolean;
        givenName1IsRequired?: boolean;
        givenName1Label?: string;
        homePhoneIsHidden?: boolean;
        homePhoneIsRequired?: boolean;
        homePhoneLabel?: string;
        mobilePhoneIsHidden?: boolean;
        mobilePhoneIsRequired?: boolean;
        mobilePhoneLabel?: string;
        postcodeLabel?: string;
        streetAddressesLabel?: string;
        titleLabel?: string;
        type: "civicaNameRecord";
        useGeoscapeAddressing: boolean;
    } & FormElementRequired & FormElementReadOnly