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:
parent
c311ba03ac
commit
eecebb70be
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue