aboutsummaryrefslogtreecommitdiff
path: root/src/fields
diff options
context:
space:
mode:
authorJude <julie_wang1@brown.edu>2019-02-11 18:59:15 -0500
committerJude <julie_wang1@brown.edu>2019-02-11 18:59:15 -0500
commit5599817348f51812dd625168bfe8f21912af479a (patch)
tree1c84afd0bebd210be7016543c4fb91f4459068b6 /src/fields
parentdb4eb0777639495e6afb6636bbd7c9be6aedd3bc (diff)
parent9f8653ab3d7f82a5d82b925bf339bef8d6723f5c (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/fields')
-rw-r--r--src/fields/Key.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fields/Key.ts b/src/fields/Key.ts
index 993102613..67a5f86fb 100644
--- a/src/fields/Key.ts
+++ b/src/fields/Key.ts
@@ -42,11 +42,14 @@ export namespace KeyStore {
export const PanX = new Key("PanX");
export const PanY = new Key("PanY");
export const Scale = new Key("Scale");
+ export const NativeWidth = new Key("NativeWidth");
export const Width = new Key("Width");
export const Height = new Key("Height");
export const ZIndex = new Key("ZIndex");
export const Data = new Key("Data");
+ export const Annotations = new Key("Annotations");
export const Layout = new Key("Layout");
+ export const AnnotatedLayout = new Key("AnnotatedLayout");
export const LayoutKeys = new Key("LayoutKeys");
export const LayoutFields = new Key("LayoutFields");
export const ColumnsKey = new Key("SchemaColumns");