For the complete documentation index, see llms.txt. This page is also available as Markdown.

disableTutorial

Disables access to the tutorial.

Details

Attribute: disable-tutorial

Type: boolean

Default value: false

Morphology

selphid.disableTutorial = true;

Description

Disables access to the tutorial.

Additional information

Compatibility: Replaces tutorial in earlier versions of SDK Web.

Recommended property: use showTutorial in new integrations (inverse logic: showTutorial = true is equivalent to disableTutorial = false).

Precedence: if you define disableTutorial and showTutorial at the same time, wins showTutorial wins and a precedence warning is emitted in the console.

Deprecation: disableTutorial is still operational in this Version, but will be removed in the next major version. Use only disableTutorial issues a deprecation warning in the console.


Example

Last updated