aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-10-07 21:48:01 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-10-07 21:48:01 -0400
commitd970ad82bc7b0b1c8dae27b5f55ad78bddb0f7cd (patch)
tree321c2814935b8491f9807fdce833cd84b4667368 /src/client/documents/Documents.ts
parent86139163d9424a0eb95eacd5cdfd608048c0a4bd (diff)
added commeting with (( and ##
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 98f56af01..34e146f0e 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -73,6 +73,7 @@ export interface DocumentOptions {
dropAction?: dropActionType;
backgroundLayout?: string;
chromeStatus?: string;
+ fontSize?: number;
curPage?: number;
currentTimecode?: number;
documentText?: string;