diff options
author | madelinegr <mgriswold99@gmail.com> | 2019-02-26 17:43:12 -0500 |
---|---|---|
committer | madelinegr <mgriswold99@gmail.com> | 2019-02-26 17:43:12 -0500 |
commit | 4fbb88e1019f1813a3bf0ed9d92e5c57eb435cdc (patch) | |
tree | 5eebcee7bd0c34ea9c6c86ecf81e109a5773fc58 /src/fields/KeyStore.ts | |
parent | 36e5de8777ef8bddb66b758e08d1fc0913c59e00 (diff) |
pres view active and updating
Diffstat (limited to 'src/fields/KeyStore.ts')
-rw-r--r-- | src/fields/KeyStore.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fields/KeyStore.ts b/src/fields/KeyStore.ts index a3b39735d..61a2a1ce2 100644 --- a/src/fields/KeyStore.ts +++ b/src/fields/KeyStore.ts @@ -26,4 +26,5 @@ export namespace KeyStore { export const Caption = new Key("Caption"); export const ActiveFrame = new Key("ActiveFrame"); export const DocumentText = new Key("DocumentText"); + export const PresentationView = new Key("PresentationView"); } |