diff options
author | bobzel <zzzman@gmail.com> | 2019-04-30 22:33:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-30 22:33:22 -0400 |
commit | 8d6593c91b4fda974c8969122008ada287979ecc (patch) | |
tree | 77d6eb479b459c76f2c0092464e4c9b7edf68a09 /src/fields | |
parent | 97ed2e452597d5f1f2e8d0abfc06e94b4aa5d448 (diff) | |
parent | dc2bed85181eb44784a470d8b1330108fa546abd (diff) |
Merge pull request #69 from browngraphicslab/presentation_view
Presentation view
Diffstat (limited to 'src/fields')
-rw-r--r-- | src/fields/KeyStore.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fields/KeyStore.ts b/src/fields/KeyStore.ts index e50041f1a..5462f5604 100644 --- a/src/fields/KeyStore.ts +++ b/src/fields/KeyStore.ts @@ -32,6 +32,7 @@ export namespace KeyStore { export const Caption = new Key("Caption"); export const ActiveWorkspace = new Key("ActiveWorkspace"); export const DocumentText = new Key("DocumentText"); + export const PresentationView = new Key("PresentationView"); export const BrushingDocs = new Key("BrushingDocs"); export const LinkedToDocs = new Key("LinkedToDocs"); export const LinkedFromDocs = new Key("LinkedFromDocs"); @@ -43,6 +44,7 @@ export namespace KeyStore { export const AnnotationOn = new Key("AnnotationOn"); export const NumPages = new Key("NumPages"); export const Ink = new Key("Ink"); + export const SelectedDoc = new Key("SelectedDoc"); export const Cursors = new Key("Cursors"); export const OptionalRightCollection = new Key("OptionalRightCollection"); export const Archives = new Key("Archives"); |