diff options
author | mehekj <mehek.jethani@gmail.com> | 2021-07-31 15:39:27 -0400 |
---|---|---|
committer | mehekj <mehek.jethani@gmail.com> | 2021-07-31 15:39:27 -0400 |
commit | 2e1f7c626306a054c036c91a98e5dabee3b39ef8 (patch) | |
tree | 9a08876f93ecffbcc5f2cbd31b0797289fb188d2 /src/client/documents/DocumentTypes.ts | |
parent | 11e95e35cde6e0c2390380975327f20eb5f3d1a4 (diff) | |
parent | 41ccf50f2b551edd6827c9fd6296b9ff87a65915 (diff) |
Merge branch 'master' into temporalmedia-mehek
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 8565784b4..dba7ff907 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -18,7 +18,7 @@ export enum DocumentType { LABEL = "label", // simple text label BUTTON = "button", // onClick button WEBCAM = "webcam", // webcam - HTMLANCHOR = "htmlanchor", // text selection anchor in PDF/Web + MARKER = "marker", // generic marker document not intended to be viewed independently of its context (e.g., for text selections in PDF/Web/RTF) DATE = "date", // calendar view of a date SCRIPTING = "script", // script editor EQUATION = "equation", // equation editor @@ -40,6 +40,4 @@ export enum DocumentType { LINKDB = "linkdb", // database of links ??? why do we have this SCRIPTDB = "scriptdb", // database of scripts GROUPDB = "groupdb", // database of groups - - TEXTANCHOR = "textanchor" // selection of text in a text box }
\ No newline at end of file |