xsy-breeze-ui-rpa > CodeExtensionPointInterface
CodeExtensionPointInterface interface
Signature:
export interface CodeExtensionPointInterface extends ExtensionPointInterface
Properties
| Property | Type | Description |
|---|---|---|
| inports | { processing: { param: string; return: undefined; }; } | |
| outports | { invoke: { param: string; return: undefined; }; } |
