xsy-breeze-ui-rpa > FormInlineItemExtensionPointInterface
FormInlineItemExtensionPointInterface interface
通用资料页表单项
Signature:
export interface FormInlineItemExtensionPointInterface extends ExtensionPointInterface
Properties
| Property | Type | Description |
|---|---|---|
| inports | FormItemExtensionPointInterface["inports"] & { setValue: { param: string; return: undefined; }; getValue: { param: undefined; return: string; }; } | |
| outports | FormItemExtensionPointInterface["outports"] & { beforeSave: { param: any; return: any; }; } |
