xsy-breeze-ui-rpa > FormGeoInputExtensionPointInterface > inports
FormGeoInputExtensionPointInterface.inports property
Signature:
inports: FormItemExtensionPointInterface["inports"] & {
getValue: {
param: undefined;
return: any[];
};
setValue: {
param: any[];
return: undefined;
};
};
