diff options
author | bob <bcz@cs.brown.edu> | 2019-08-07 18:15:38 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-08-07 18:15:38 -0400 |
commit | 941c50617a0cbaef054f2be856de013bd69ea81f (patch) | |
tree | 15d88432804991ef681b2c68368521ceb2c90c45 /src/client/documents/Documents.ts | |
parent | 243beedb3a9e8be526d026fade0e8d48b507148a (diff) |
pdf annotaitons
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 e804d5440..9c1278150 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -84,6 +84,7 @@ export interface DocumentOptions { templates?: List<string>; viewType?: number; backgroundColor?: string; + opacity?: number; defaultBackgroundColor?: string; dropAction?: dropActionType; backgroundLayout?: string; |