diff options
author | bobzel <zzzman@gmail.com> | 2022-09-13 10:11:49 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-09-13 10:11:49 -0400 |
commit | 36b17b5b0878eeb2eb23fd4c5078e06fcc002aaf (patch) | |
tree | 33c1a3fb50381d09bf89bd43d869544a3c52c7b6 /src/client/documents/DocumentTypes.ts | |
parent | 7696d85b7b737a29cab189f4c65f395c5de132c7 (diff) | |
parent | bb9f0d4dec849bdaf2d358d060707b2ed1ed677d (diff) |
Merge branch 'sharing-jenny' of https://github.com/brown-dash/Dash-Web into sharing-jenny
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 4e98a90a3..d99cd2dac 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -26,6 +26,7 @@ export enum DocumentType { FUNCPLOT = 'funcplot', // function plotter MAP = 'map', DATAVIZ = 'dataviz', + LOADING = 'loading', // special purpose wrappers that either take no data or are compositions of lower level types LINK = 'link', @@ -63,4 +64,5 @@ export enum CollectionViewType { Grid = 'grid', Pile = 'pileup', StackedTimeline = 'stacked timeline', + NoteTaking = 'notetaking', } |