sequential-workflow-editor-model
Advanced tools
Changelog
0.3.2
StepModel
interface has two new properties: category
and description
. The category is used to group steps in the toolbox. The description is used to display an additional information about a step in the editor.PropertyModel
interface has one new property: hint
. The hint is used to display an additional information about a property in the editor.Changelog
0.3.0
nullableAnyVariableValueModel({ ... })
). This value model allows you to select any variable. Additionally, you can specify a variable type that can be selected by a user.valueTypes
to VariableDefinitionsValueModelConfiguration
interface. Now it's possible to force the types of variables during creation of variables by a user.Breaking changes:
variableType
property to valueType
in the NullableVariableValueModelConfiguration
interface.variableType
property to valueType
in the NullableVariableDefinitionValueModelConfiguration
interface.Changelog
0.2.0
Breaking changes:
$
).choices
property is renamed to models
in the DynamicValueModelConfiguration
interface.