Skip to content

SocialOptions

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 SocialOptions {
message : string;
social : boolean;
}

Allows the user to set social media options along with a message for sharing.

VariableTypeDescription
messagestringWill be used as the message to pre-fill in any share dialog presented to the user.
socialbooleanIndicating if the user will be given social media options for sharing.