Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.gleap.io/llms.txt

Use this file to discover all available pages before exploring further.

In some situations you might want to take full control over showing the Gleap widget. This can be achieved with the following method.

Open the Gleap widget

Gleap.open();
This method opens the Gleap widget and shows the feedback menu options.

Close the Gleap widget

Gleap.close();
This method closes the Gleap widget.

Widget open status

It’s possible to request the widget open status with the following method.
const isOpened = await Gleap.isOpened();