xsy-breeze-ui-rpa > FormGeoInputExtensionPointInterface
FormGeoInputExtensionPointInterface interface
Signature:
export interface FormGeoInputExtensionPointInterface extends ExtensionPointInterface
Properties
| Property | Type | Description |
|---|---|---|
| inports | FormItemExtensionPointInterface["inports"] & { getValue: { param: undefined; return: any[]; }; setValue: { param: any[]; return: undefined; }; } | |
| outports | FormItemExtensionPointInterface["outports"] |
