aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-09-11 17:24:48 -0400
committerbob <bcz@cs.brown.edu>2019-09-11 17:24:48 -0400
commit68e554cafb6107bfde9526773b3e0e667d582c88 (patch)
tree7231d41d21e735f193da329fb5f4cd5b6066f012 /src/client/documents/Documents.ts
parent4722644d09a561e394bd72c92af5561a2020776e (diff)
added default note type collection
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 ae65fde1e..602a7f9ad 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -66,6 +66,7 @@ export interface DocumentOptions {
page?: number;
scale?: number;
layout?: string;
+ isTemplate?: boolean;
templates?: List<string>;
viewType?: number;
backgroundColor?: string;