Attributes
Deprecated
Attributes that are deprecated and will be removed in future versions.
inline
Deprecated — Use
position="inline" instead.Legacy attribute to enable inline mode (chat embedded directly in the page).
| Property | Value |
|---|---|
| Type | boolean |
| Default | false |
<!-- Deprecated -->
<tolki-chat bot="..." inline></tolki-chat>
<!-- Use instead -->
<tolki-chat bot="..." position="inline"></tolki-chat>