aboutsummaryrefslogtreecommitdiff
path: root/src/fields
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-05-23 23:59:34 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-05-23 23:59:34 -0400
commit19ababdb6098ac36358c86e43ad63ab3066b4663 (patch)
tree18d549ce0f5213b41d28f1bf352ed92355a543b6 /src/fields
parent2ba063ff94a04e89ee1fa1fde7d71a839f5d6856 (diff)
renamed lastTimecode to lastFrame
Diffstat (limited to 'src/fields')
-rw-r--r--src/fields/documentSchemas.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fields/documentSchemas.ts b/src/fields/documentSchemas.ts
index 7e11049ab..32f1b6e6c 100644
--- a/src/fields/documentSchemas.ts
+++ b/src/fields/documentSchemas.ts
@@ -13,6 +13,7 @@ export const documentSchema = createSchema({
// "Location" properties in a very general sense
currentFrame: "number", // current frame of a frame based collection (e.g., a progressive slide)
+ lastFrame: "number", // last frame of a frame based collection (e.g., a progressive slide)
activeFrame: "number", // the active frame of a frame based animated document
urrentTimecode: "number", // current play back time of a temporal document (video / audio)
displayTimecode: "number", // the time that a document should be displayed (e.g., time an annotation should be displayed on a video)