Documentation Index
Fetch the complete documentation index at: https://docs.usertour.io/llms.txt
Use this file to discover all available pages before exploring further.
Requires
usertour.js 0.0.20 or later.showResourceCenterLauncher() method makes the resource center launcher button visible. This reverses a previous call to hideResourceCenterLauncher().
The launcher visibility is a global setting on the Usertour client: the call is remembered even if it is made before the resource center session is active, and it is applied as soon as a resource center activates.
Parameters
None.Returns
void
Example
This only controls the launcher button. The resource center panel itself can still be opened programmatically with
openResourceCenter() while the launcher is hidden.