Skip to main content

UiPath.Studio.Activities.Api.ExpressionEditor

In this section you can find more information on how to build activities using UiPath.Studio.Activities.Api.ExpressionEditor.

CreateArgs

note

This feature was introduced in UiPath.Studio.Activities.Api v22.10.

Holds expression editor creating arguments.

Properties

TypeNameDescription
ModelItemModelItemModel item to be used as OwnerActivity in Actipro ExpressionTextBox. Can have variables. Can be NULL, in which case a new/empty model item is created.
boolIsMultilineIf true, supports multiple lines and is a pop-up window.

ISimpleExpressionEditorEvents

note

This feature was introduced in UiPath.Studio.Activities.Api v22.10.

Properties

TypeNameDescription
EventHandlerTextCommittedTriggered when the text is committed (successful edit).
EventHandlerEditingCanceledTriggered when the editing is cancelled (text did not change).