diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-21 17:18:02 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-21 17:18:02 +0530 |
commit | 35d50f895b59162f40cea644f97818579aace9e5 (patch) | |
tree | 0f7c0165c4c96248ab1e19a6b57aa704f21d491b /src/client/documents/Documents.ts | |
parent | c4499c610f377be4b80cf2999d25f97b619d4727 (diff) | |
parent | 4cc4f636fdf020e001c78a58b771032f94396fa1 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into acls_uv
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index c783a761a..35bb80f39 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -69,6 +69,7 @@ export interface DocumentOptions { _showTitle?: string; // which field to display in the title area. leave empty to have no title _showCaption?: string; // which field to display in the caption area. leave empty to have no caption _scrollTop?: number; // scroll location for pdfs + _noAutoscroll?: boolean;// whether collectoins autoscroll when this item is dragged _chromeStatus?: string; _viewType?: string; // sub type of a collection _gridGap?: number; // gap between items in masonry view |