2
0

Add variables panel

Closes #398
This commit is contained in:
Baptiste Arnaud
2024-05-13 09:58:27 +02:00
parent 218f689269
commit 1afa25a015
11 changed files with 264 additions and 28 deletions

View File

@@ -35,6 +35,16 @@ Likewise for last item:
`{{={{My variable}}.at(-1)=}}`
## Variables panel
You can access the variables panel by clicking on the "Variables" button in the top right corner of the editor:
<Frame>
<img src="/images/variables/variablesPanel.jpg" alt="Variables panel" />
</Frame>
In this panel you can see all the variables declared in your bot. There, you can easily rename, edit, delete your variables.
## Advanced concepts
Here is a quick video that showcases advanced concepts about variables: