aboutsummaryrefslogtreecommitdiff
path: root/src/fields/Key.ts
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-02-12 00:49:00 -0500
committerTyler Schicke <tyler_schicke@brown.edu>2019-02-12 00:49:00 -0500
commita4d9aff0211fec1a4a98143025ae02466cf777ec (patch)
tree92204d3da56f4b9ee6356cb5e12887ff37acf671 /src/fields/Key.ts
parente2ca8fa7ec95768ef37914b909ee47fbca6b1251 (diff)
parentf3359bd32f8c4ecb612d3c95f198d5e248ab6450 (diff)
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web
Diffstat (limited to 'src/fields/Key.ts')
-rw-r--r--src/fields/Key.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fields/Key.ts b/src/fields/Key.ts
index 993102613..8d92b89b6 100644
--- a/src/fields/Key.ts
+++ b/src/fields/Key.ts
@@ -42,11 +42,15 @@ 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 NativeHeight = new Key("NativeHeight");
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 BackgroundLayout = new Key("BackgroundLayout");
export const LayoutKeys = new Key("LayoutKeys");
export const LayoutFields = new Key("LayoutFields");
export const ColumnsKey = new Key("SchemaColumns");