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

tutorialModal

Displays the tutorial in modal mode.

Details

Attribute: tutorial-modal

Type: boolean

Default value: false

Morphology

selphi.tutorialModal = true;

Description

Enables the tutorial in modal mode in facephi-selphi-widget instead of in full mode.


Example

<facephi-selphi-widget
    tutorialModal={true}
/>

Last updated