diff options
author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-29 15:31:40 -0500 |
---|---|---|
committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-29 15:31:40 -0500 |
commit | b10f96c6a8b3187707b6d7356e7b0fea9b8b6e72 (patch) | |
tree | e992a0b8b6d77ad0e0335062ffdb7739f61becb5 /src/client/documents/DocumentTypes.ts | |
parent | 82fc9c937fbe1edd7f7360eb7f99a38d002b9787 (diff) |
tried making documents into buttons
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 7578b7df0..e98539498 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -13,6 +13,7 @@ export enum DocumentType { INK = "ink", // ink stroke SCREENSHOT = "screenshot", // view of a desktop application FONTICON = "fonticonbox", // font icon + MENUICON = "menuiconbox", QUERY = "query", // search query LABEL = "label", // simple text label BUTTON = "button", // onClick button |