xsy-breeze-ui-rpa > FormURLInputExtensionPointInterface
FormURLInputExtensionPointInterface interface
URL类型字段扩展点
Signature:
export interface FormURLInputExtensionPointInterface extends ExtensionPointInterface
Properties
| Property | Type | Description |
|---|---|---|
| inports | FormItemExtensionPointInterface["inports"] & { getValue: { param: undefined; return: string; }; setValue: { param: string; return: undefined; }; } | |
| outports | FormItemExtensionPointInterface["outports"] |
