diff options
author | bob <bcz@cs.brown.edu> | 2019-10-08 08:34:12 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-10-08 08:34:12 -0400 |
commit | e718d93b367310ea450fdb5bf67658f49255e736 (patch) | |
tree | e6f8a64f14f8ec5dceb841ca5c6151836ff36001 /src/client/documents/Documents.ts | |
parent | 2485a9f0f32968040a79f757118dfb6fad8930fd (diff) | |
parent | 00ada8bd463f15f69ae604b79445c69167f8425a (diff) |
merged
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 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; |