aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-13 09:10:52 -0400
committerGitHub <noreply@github.com>2020-08-13 09:10:52 -0400
commitbd98627b531a1bef084533c1e70783b03d288f0d (patch)
tree77e0f8bb0e0ced1276283090b1d33c2f0f33f24c /src/client/documents/Documents.ts
parent2d3f72210df626f099379f2f2c6e47fb1d415d82 (diff)
parent7d4867438fa2aa55a58184649f4e5042a68a3fd9 (diff)
Merge pull request #589 from browngraphicslab/acls_uv
Notification bubble location fix
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 5e83645ec..fe50ed0b3 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -112,6 +112,7 @@ export interface DocumentOptions {
_columnsHideIfEmpty?: boolean; // whether stacking view column headings should be hidden
isTemplateForField?: string; // the field key for which the containing document is a rendering template
isTemplateDoc?: boolean;
+ watchedDocuments?: Doc; // list of documents to "watch" in an icon doc to display a badge
targetScriptKey?: string; // where to write a template script (used by collections with click templates which need to target onClick, onDoubleClick, etc)
templates?: List<string>;
hero?: ImageField; // primary image that best represents a compound document (e.g., for a buxton device document that has multiple images)