Classic Guides
hideLauncher()
Closes the Pendo Guide Center (launcher) if open on the page.
Example
pendo.hideLauncher()
removeLauncher()
Removes the Pendo Guide Center (launcher) completely. A reload must happen before it will come back.
Example
pendo.removeLauncher()
showLauncher()
Opens the Pendo Guide Center (launcher) if present on the page.
Example
pendo.showLauncher()
toggleLauncher()
Toggles the Pendo Guide Center (launcher) between visible and hidden. Does nothing if the Guide Center should not be shown for the given Page.
Example
pendo.toggleLauncher()