diff options
author | bobzel <zzzman@gmail.com> | 2020-08-13 09:34:06 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-13 09:34:06 -0400 |
commit | e659dd1ea3696c02b88aca748675a2fc1857d78d (patch) | |
tree | 1d77286bcefe487894b43ff564841d90f2db8eda /src/client/documents/Documents.ts | |
parent | bd85fc12e1d424c270c0873ca3d39786a3865125 (diff) | |
parent | bd98627b531a1bef084533c1e70783b03d288f0d (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
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 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) |