Sequential Workflow Editor Model
This package contains the model for Sequential Workflow Editor.
💡 License
Commercial license
You are creating a closed source application and you are not distributing our library in source form. You may use this project under the terms of the Commercial License. To purchase license check the pricing.
Open source license
If you are developing a freely available software program using a license that aligns with the GNU General Public License version 3, you are permitted to utilize this project while abiding by the provisions outlined in the GPLv3.
0.7.1
This version renames all *ValueModel
functions to create*ValueModel
, adding the create
prefix.
// Old
stringValueModel({ ... });
// New
createStringValueModel({ ... });
This version doesn't introduce breaking changes. The old functions are still available, but they are deprecated.