diff options
author | geireann <60007097+geireann@users.noreply.github.com> | 2020-07-21 15:02:22 +0800 |
---|---|---|
committer | geireann <60007097+geireann@users.noreply.github.com> | 2020-07-21 15:02:22 +0800 |
commit | 7bacaf22b77197d1760b4cf18a4ee90e86cefa98 (patch) | |
tree | 7cba5df4bd8a7f796ba50797a7892ea0a75e0d96 /src/client/documents/Documents.ts | |
parent | f82682f6136ae61902b807c5e52a14c69bcc64ff (diff) | |
parent | 4cc4f636fdf020e001c78a58b771032f94396fa1 (diff) |
Merge branch 'master' into presentation_updates
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 75bc0a43d..d400ecfca 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 |