aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-08-29 04:06:15 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-08-29 04:06:15 -0400
commit85c0b1105dbdd4037872ecfc6b921551e1939eb8 (patch)
tree136bd37439f678ae383a5c054983b360faee662f /src/client/documents/Documents.ts
parentf320fd9c5b387339fe9893b0c2d91b4396fc4552 (diff)
Dataviz crash hopefully fixed; prototype func for generating templates; radius NaN bug handled
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index a4ba2978c..723f851c6 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -178,6 +178,7 @@ export class DocumentOptions {
map_bearing?: NUMt = new NumInfo('bearing of a map view', false);
map_style?: STRt = new StrInfo('mapbox style for a map view', false);
identifier?: STRt = new StrInfo('documentIcon displayed for each doc as "d[x]"', false);
+ _rotation?: NUMt = new NumInfo('Amount of rotation on a document in degrees', false);
date_range?: STRt = new StrInfo('date range for calendar', false);
@@ -237,7 +238,7 @@ export class DocumentOptions {
dataViz?: string;
dataViz_savedTemplates?: LISTt;
- borderWidth?: NUMt = new NumInfo('Width of user-added border', false);
+ borderWidth?: STRt = new StrInfo('Width of user-added border', false);
borderColor?: STRt = new StrInfo('Color of user-added border', false);
layout?: string | Doc; // default layout string or template document