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.
Variables
Section titled “Variables”Variable | Type | Description |
---|---|---|
message | string | Will be used as the message to pre-fill in any share dialog presented to the user. |
social | boolean | Indicating if the user will be given social media options for sharing. |