diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-05-23 23:59:34 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-05-23 23:59:34 -0400 |
| commit | 19ababdb6098ac36358c86e43ad63ab3066b4663 (patch) | |
| tree | 18d549ce0f5213b41d28f1bf352ed92355a543b6 /src/client/documents | |
| parent | 2ba063ff94a04e89ee1fa1fde7d71a839f5d6856 (diff) | |
renamed lastTimecode to lastFrame
Diffstat (limited to 'src/client/documents')
| -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 2be961108..7f5b62f22 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -127,6 +127,7 @@ export interface DocumentOptions { currentTimecode?: number; // the current timecode of a time-based document (e.g., current time of a video) value is in seconds displayTimecode?: number; // the time that a document should be displayed (e.g., time an annotation should be displayed on a video) currentFrame?: number; // the current frame of a frame-based collection (e.g., progressive slide) + 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 borderRounding?: string; boxShadow?: string; |
