Adding splitter between designer and properties

This commit is contained in:
2025-07-03 22:41:21 +02:00
parent 797273e603
commit 46c14ad3e8
8 changed files with 192 additions and 16 deletions

View File

@@ -0,0 +1,12 @@
# id
**Workflow Designer ids**:
using `_id={WORKFLOW_DESIGNER_INSTANCE_ID}{session['user_id']}{get_unique_id()}`
| Name | value |
|------------|----------------|
| Canvas | `c_{self._id}` |
| Designer | `d_{self._id}` |
| Properties | `p_{self._id}` |
| Spliter | `s_{self._id}` |