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

Type declaration

  • Optional address1Label?: string
  • Optional address2Label?: string
  • Optional businessPhoneIsHidden?: boolean
  • Optional businessPhoneIsRequired?: boolean
  • Optional businessPhoneLabel?: string
  • Optional defaultValue?: CivicaNameRecord
  • Optional emailAddressIsHidden?: boolean
  • Optional emailAddressIsRequired?: boolean
  • Optional emailAddressLabel?: string
  • Optional familyNameLabel?: string
  • Optional faxPhoneIsHidden?: boolean
  • Optional faxPhoneIsRequired?: boolean
  • Optional faxPhoneLabel?: string
  • Optional givenName1IsHidden?: boolean
  • Optional givenName1IsRequired?: boolean
  • Optional givenName1Label?: string
  • Optional homePhoneIsHidden?: boolean
  • Optional homePhoneIsRequired?: boolean
  • Optional homePhoneLabel?: string
  • Optional mobilePhoneIsHidden?: boolean
  • Optional mobilePhoneIsRequired?: boolean
  • Optional mobilePhoneLabel?: string
  • Optional postcodeLabel?: string
  • Optional streetAddressesLabel?: string
  • Optional titleLabel?: string
  • type: "civicaNameRecord"
  • useGeoscapeAddressing: boolean