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