mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
allow toggling viwer dialog toolbar elements (#2319)
This commit is contained in:
committed by
Eugenio Romano
parent
aed9532d9d
commit
5dd666f423
@@ -20,6 +20,12 @@ export interface ViewerDialogSettings {
|
||||
fileMimeType?: string;
|
||||
fileName?: string;
|
||||
downloadUrl?: string;
|
||||
|
||||
nodeId?: string;
|
||||
|
||||
allowDownload?: boolean;
|
||||
allowPrint?: boolean;
|
||||
allowShare?: boolean;
|
||||
allowOpenWith?: boolean;
|
||||
allowMoreMenu?: boolean;
|
||||
allowInfoDrawer?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user