Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.13.5 source code.tar.gz | 2023-07-05 | 513.1 kB | |
0.13.5 source code.zip | 2023-07-05 | 644.6 kB | |
README.md | 2023-07-05 | 166 Bytes | |
Totals: 3 Items | 1.2 MB | 0 |
We have added a third parameter, definition
, to the step editor provider.
:::js
function stepEditorProvider(step, stepContext, definition) { /* ... */ }