Skip to content

Entry

Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.

interface Entry {
firstName ?: string,
lastName ?: string,
emailAddress ?: string,
phoneNumber ?: string,
facebook ?: string,
twitter ?: string,
linkedIn ?: string,
image ?: string,
mobileNumber ?: string,
homeNumber ?: string,
workNumber ?: string,
Organization ?: string,
websiteUrl ?: string,
postalStreet1 ?: string,
postalStreet2 ?: string,
postalCity ?: string,
postalState ?: string,
postalZIP ?: string,
postalCountry ?: string
}

The contact to add to the address book.

VariableTypeDescription
firstNameoptional, stringThe first name of the contact.
lastNameoptional, stringThe last name of the contact.
emailAddressoptional, stringThe email address of the contact.
phoneNumberoptional, stringThe main phone number of the contact.
facebookoptional, stringThe Facebook account of the contact.
twitteroptional, stringThe Twitter name of the contact.
linkedInoptional, stringThe LinkedIn name of the contact.
imageoptional, stringAn image of the contact.
mobileNumberoptional, stringThe mobile phone number of the contact.
homeNumberoptional, stringThe home phone number of the contact.
workNumberoptional, stringThe work phone number of the contact.
organizationoptional, stringThe name of the organization the contact works for.
websiteUrloptional, stringThe website URL of the contact.
postalStreet1optional, stringThe first address line of the contact.
postalStreet2optional, stringThe second address line of the contact.
postalCityoptional, stringThe city of the contact.
postalStateoptional, stringThe state of the contact.
PostalZIPoptional, stringThe zip code/postcode of the contact.
postalCountryoptional, stringThe country of the contact.