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.

Variable Type Description
firstName optional, string The first name of the contact.
lastName optional, string The last name of the contact.
emailAddress optional, string The email address of the contact.
phoneNumber optional, string The main phone number of the contact.
facebook optional, string The Facebook account of the contact.
twitter optional, string The Twitter name of the contact.
linkedIn optional, string The LinkedIn name of the contact.
image optional, string An image of the contact.
mobileNumber optional, string The mobile phone number of the contact.
homeNumber optional, string The home phone number of the contact.
workNumber optional, string The work phone number of the contact.
organization optional, string The name of the organization the contact works for.
websiteUrl optional, string The website URL of the contact.
postalStreet1 optional, string The first address line of the contact.
postalStreet2 optional, string The second address line of the contact.
postalCity optional, string The city of the contact.
postalState optional, string The state of the contact.
PostalZIP optional, string The zip code/postcode of the contact.
postalCountry optional, string The country of the contact.