aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorgeireann <60007097+geireann@users.noreply.github.com>2020-07-13 16:18:46 +0800
committergeireann <60007097+geireann@users.noreply.github.com>2020-07-13 16:18:46 +0800
commitec1f159d60695a3cc89327561f7c60c00a06366d (patch)
tree836cb7a224f278525ddbdcc57697fef1d2b3cf72 /src/client/documents/Documents.ts
parentc7dd9ba9e953adfb8c117bee3b95528d8d8c7304 (diff)
highlights, readjusted view, keyboard events
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 0e44a46d9..1aa3aef3e 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -131,6 +131,7 @@ export interface DocumentOptions {
lastFrame?: number; // the last frame of a frame-based collection (e.g., progressive slide)
activeFrame?: number; // the active frame of a document in a frame base collection
presTransition?: number; //the time taken for the transition TO a document
+ presDuration?: number; //the duration of the slide in presentation view
borderRounding?: string;
boxShadow?: string;
dontRegisterChildViews?: boolean;