diff options
author | anika <anika.ahluwalia@gmail.com> | 2021-02-11 16:08:43 -0500 |
---|---|---|
committer | anika <anika.ahluwalia@gmail.com> | 2021-02-11 16:08:43 -0500 |
commit | 77b7c3927c454a829d7dbb2748ad322b146265a7 (patch) | |
tree | 2c83cced52fabb83c030ee38b8150d5f964fcefe /src/fields/documentSchemas.ts | |
parent | aede6226aa367ff3137b126e0d0e23e1b2ca84db (diff) | |
parent | ee3561896e1bbfae4f81bce109fa3df2618cfbc8 (diff) |
Merge branch 'filters' of https://github.com/browngraphicslab/Dash-Web into filters
Diffstat (limited to 'src/fields/documentSchemas.ts')
-rw-r--r-- | src/fields/documentSchemas.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fields/documentSchemas.ts b/src/fields/documentSchemas.ts index d52f3a928..b10c2b015 100644 --- a/src/fields/documentSchemas.ts +++ b/src/fields/documentSchemas.ts @@ -21,8 +21,6 @@ export const documentSchema = createSchema({ _currentTimecode: "number", // current play back time of a temporal document (video / audio) _timecodeToShow: "number", // the time that a document should be displayed (e.g., time an annotation should be displayed on a video) isLabel: "boolean", // whether the document is a label or not (video / audio) - anchorStartTime: "number", // the time code where a document activates (eg in Audio or video timelines) - anchorEndTime: "number", // the time code where a document deactivates markers: listSpec(Doc), // list of markers for audio / video x: "number", // x coordinate when in a freeform view y: "number", // y coordinate when in a freeform view |