diff options
author | bobzel <zzzman@gmail.com> | 2022-08-29 09:46:01 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-08-29 09:46:01 -0400 |
commit | 85a16b4adc7a092d5ef27c3550cdc81bdb2f97b7 (patch) | |
tree | 67febe1fca6cce2719599b30dd5477e6955289c2 /src/client/documents/DocumentTypes.ts | |
parent | 33a313252f5f9fbe070053de496df1fb77239656 (diff) | |
parent | 85626694045f3863f6df9351156808017753de9e (diff) |
Merge remote-tracking branch 'origin/naafi-document-loading-placeholder'
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 9dfadf778..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,5 +64,5 @@ export enum CollectionViewType { Grid = 'grid', Pile = 'pileup', StackedTimeline = 'stacked timeline', - NoteTaking = "notetaking" + NoteTaking = 'notetaking', } |