aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2020-03-06 17:29:27 -0500
committerbob <bcz@cs.brown.edu>2020-03-06 17:29:27 -0500
commit4863b1ef9ec3160b0888a5ab8bb1a62274aed5ec (patch)
treebefbb6450378275a7a6227c572d70d8823ee9e98 /src/client/documents/Documents.ts
parent6a2b210f32cb70646a5d9097e667c0d199057901 (diff)
made tree views display documentViews instead of just strings
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 5f0e63b56..1f351e93f 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -123,6 +123,7 @@ export interface DocumentOptions {
displayTimecode?: number; // the time that a document should be displayed (e.g., time an annotation should be displayed on a video)
borderRounding?: string;
boxShadow?: string;
+ dontRegisterChildren?: boolean;
_pivotField?: string; // field key used to determine headings for sections in stacking, masonry, pivot views
schemaColumns?: List<SchemaHeaderField>;
dockingConfig?: string;