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

showLog

Emits detailed information to the console.

Details

Attribute: show-log

Type: boolean

Default value: false

Morphology

selphi.showLog = true;

Description

Enables detailed console traces about the internal processes of facephi-selphi-widget during the capture.


Example

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

Last updated