Add ExpressionEditor UI hint

Introduced a new constant 'ExpressionEditor' to the InputUIHints class. This addition will support new functionalities related to handling expression-based inputs in the UI.
This commit is contained in:
Sipke Schoorstra 2024-11-23 15:58:27 +01:00
parent c311ba03ac
commit eecebb70be

View file

@ -14,6 +14,7 @@ public static class InputUIHints
public const string DropDown = "dropdown";
public const string MultiText = "multitext";
public const string CodeEditor = "code-editor";
public const string ExpressionEditor = "expression-editor";
public const string VariablePicker = "variable-picker";
public const string TypePicker = "type-picker";
public const string WorkflowDefinitionPicker = "workflow-definition-picker";