mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
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:
parent
a6ed124005
commit
b14332d271
@ -27,4 +27,8 @@ export interface DocumentListPresetRef extends ExtensionElement {
|
|||||||
template: string;
|
template: string;
|
||||||
desktopOnly: boolean;
|
desktopOnly: boolean;
|
||||||
sortingKey: string;
|
sortingKey: string;
|
||||||
|
rules?: {
|
||||||
|
[key: string]: string;
|
||||||
|
visible?: string;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user