aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-07-22 20:54:40 -0700
committerLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-07-22 20:54:40 -0700
commit5dcc72c2c61e3aafc30b041e312784d881de72d8 (patch)
tree276c1d37501ff4b445ab9e7599bfb94f7628e892 /src/client/documents/Documents.ts
parentf2019b9c05d5c9b63dde6329e845e72707fb348a (diff)
turn markers into documents and kind of got linking to work
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 8e7d125b0..b94670cd5 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -189,6 +189,9 @@ export interface DocumentOptions {
searchQuery?: string; // for queryBox
filterQuery?: string;
linearViewIsExpanded?: boolean; // is linear view expanded
+ isLabel?: boolean; // whether the document is a label or not (video / audio)
+ audioStart?: number; // the time frame where the audio should begin playing
+ audioEnd?: number; // the time frame where the audio should stop playing
}
class EmptyBox {