allow toggling viwer dialog toolbar elements (#2319)

This commit is contained in:
Denys Vuika
2017-09-11 16:20:48 +01:00
committed by Eugenio Romano
parent aed9532d9d
commit 5dd666f423
4 changed files with 52 additions and 28 deletions

View File

@@ -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;
}