Embed Technical Documentation
The following embed settings are available:
interface EmbedSettings {
openStyle: 'float' | 'overlay' | 'push' | 'squish'; // what is the open style? see the Embed page for a preview of each of these options.
openSide: 'left' | 'right'; // which side should the embed open on?
containerClassName?: string; // only used for push and squish
embedId: string; // the unique ID of your embed. this is provided on the Embed page.
startOpen?: boolean; // should the embed automatically open when included on the page?
userId?: string | null; // a unique ID of the user logged into your system.
userEmail?: string | null; // their email address
userName?: string | null; // their name
launchIcon?: { // see below for more information on the launch icon
size?: {
width: string;
height: string;
};
position?: {
top: string;
bottom: string;
left: string;
right: