diff options
author | bobzel <zzzman@gmail.com> | 2021-01-28 13:57:10 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-01-28 13:57:10 -0500 |
commit | 61076c3ca711a8d3af01010b2375e3683e26fb8d (patch) | |
tree | 95248aca099afee6d2922e63e4c2dc0265819e6b /src/client/documents/Documents.ts | |
parent | 663f888a8948cd4081ed5bc5b00c1c51e3db83a5 (diff) |
from last
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 080270321..142e14ff8 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -153,8 +153,6 @@ export interface DocumentOptions { _currentFrame?: number; // the current frame of a frame-based collection (e.g., progressive slide) _timecodeToShow?: number; // the time that a document should be displayed (e.g., when an annotation shows up as a video plays) _timecodeToHide?: number; // the time that a document should be hidden - anchorStartTime?: number; // the time when an annotation starts on a timeline (e.g., when an audio anchor starts on an audio/video timeline) - anchorEndTime?: number; // the time when an annotaiton ends on a timeline 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 appearFrame?: number; // the frame in which the document appears |