Javascript API: Methods

Open Chatbox

This will open the chatbox

window.$saturn.open()

Close Chatbox

This will close the chatbox

window.$saturn.close()

Toggle Chatbox

This will toggle the chatbox. (Close if opened, Open is closed)

window.$saturn.toggle()

Hide Chatbox

This will hide saturn completely from your website

window.$saturn.hide()

Show Chatbox

This will show saturn on your website

window.$saturn.show()

Last updated