diff options
author | bob <bcz@cs.brown.edu> | 2019-10-11 16:47:42 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-10-11 16:47:42 -0400 |
commit | 3afceef2f8c2be1bddf67cecd97086a41ec6dc48 (patch) | |
tree | ec40810d7b2a4c5f291030a16fcc2d65df8df00d /src/client/documents/Documents.ts | |
parent | d95d46e90851141bed17dd30c103be5d0e1e60ab (diff) |
changes to menu layouts
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 7f6ab50d8..6b56fb443 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -74,6 +74,7 @@ export interface DocumentOptions { dropAction?: dropActionType; backgroundLayout?: string; chromeStatus?: string; + columnWidth?: number; fontSize?: number; curPage?: number; currentTimecode?: number; @@ -83,6 +84,7 @@ export interface DocumentOptions { dockingConfig?: string; autoHeight?: boolean; dbDoc?: Doc; + icon?: string; // [key: string]: Opt<Field>; } |