aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2020-04-26 19:30:39 -0700
committerSam Wilkins <samwilkins333@gmail.com>2020-04-26 19:30:39 -0700
commitfb83b7fec0b440cbc2d98c563bf1fab8d4b93908 (patch)
treeace9a6367129202dafa6054ce18655ec4db1f01a /src/client/documents/Documents.ts
parentc75ffd4900acea74c55b6bf275a5e8082c15d573 (diff)
parent6a6e56cecbff393a013bd293f1feb5c5f04cb7cc (diff)
merge
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 6bd2eee3c..1651a6d55 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -146,6 +146,7 @@ export interface DocumentOptions {
treeViewHideTitle?: boolean; // whether to hide the title of a tree view
treeViewHideHeaderFields?: boolean; // whether to hide the drop down options for tree view items.
treeViewOpen?: boolean; // whether this document is expanded in a tree view
+ treeViewExpandedView?: string; // which field/thing is displayed when this item is opened in tree view
treeViewChecked?: ScriptField; // script to call when a tree view checkbox is checked
limitHeight?: number; // maximum height for newly created (eg, from pasting) text documents
// [key: string]: Opt<Field>;