1. Getting started with Archisketch App
Explains the initial setup for the HTML <script> tag or the JavaScript SDK.
Please Check in Advance
Installation Steps
1
2
3
Insert Archisketch Script
const as_user = {};
window.as_user = {
memberId:"User ID", // The memberId must be "unique."
name: "User name" || `${memberId}-name`,
nickName: "User nickname(alias)" || `${memberId}-nickName`,
email: "User e-mail(Ex]archisketch@archisketch.com)" || `${memberId}-email`
// or Please modify the fallback data to match the email format.
};

Customer Information Provided to Archisketch
Data
Description
Uninstall Archisketch

Last updated
Was this helpful?







