APPS-1568 ACA should be extended to support visibility rules for Document List columns (#7685)

* APPS-1568 Extended rules functionality for Document List columns
This commit is contained in:
Shubham Bansal
2022-06-27 21:45:54 +05:30
committed by GitHub
parent a6ed124005
commit b14332d271
@@ -27,4 +27,8 @@ export interface DocumentListPresetRef extends ExtensionElement {
template: string;
desktopOnly: boolean;
sortingKey: string;
rules?: {
[key: string]: string;
visible?: string;
};
}