xsy-breeze-ui-rpa > FormIntegerInputExtensionPointBatch > getVisible
FormIntegerInputExtensionPointBatch.getVisible property
获取表单项是否可见
Signature:
getVisible: () => Promise<{
instance: FormIntegerInputExtensionPoint;
data: boolean;
}[]>;
