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