xsy-breeze-ui-rpa > BreezeScriptActionInterface
BreezeScriptActionInterface interface
Breeze Script Action
Signature:
export interface BreezeScriptActionInterface extends ExtensionPointInterface
Properties
| Property | Type | Description |
|---|---|---|
| inports | {} | |
| outports | { execute: { param: { code: string; }; return: any; }; } |
