Skip to content

Commit df1be9c

Browse files
committed
Proofread
1 parent a3e757f commit df1be9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/en/docs/apidocs-mxsdk/apidocs/frontend/pluggable-widgets/pluggable-widgets-property-types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@ When a `dataSource` attribute is specified and configured by the user, it is pas
490490
#### XML Elements {#action-xml-elements}
491491

492492
`<actionVariables>` — Defines variables a widget provides when calling [`execute()` on an ActionValue](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis/#413-execute). The variables are made available in Studio Pro when configuring [Call a Microflow](/refguide/on-click-event/#call-microflow) and [Call a Nanoflow](/refguide/on-click-event/#call-nanoflow) actions.
493+
493494
`<actionVariable>` (required one or more) — Represents a primitive value provided by the widget as an argument when calling `ActionValue.execute()`. The variable is defined by the following attributes:
494495
* `key` (required) — The identifier of the variable used in Studio Pro and the Pluggable Widgets API.
495496
* `type` (required) — The type of the value that the variable represents. Supported types and their corresponding Typescript type are listed in the table below.

0 commit comments

Comments
 (0)