aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-05-13 18:44:23 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-05-13 18:44:23 -0400
commit58692ef043125ebd3113d81f3ca7161a7e6521cb (patch)
tree2e19b7ca0f46253ea76f22b6bcb4132c89b4aaa4 /src/client/documents/Documents.ts
parent3b5cecea920b62a5d1633d8c6603b3b152794611 (diff)
equation parser works but occasional call stack error
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 3cc0d5604..5e1b173dc 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -178,6 +178,7 @@ export class DocumentOptions {
map_pitch?: NUMt = new NumInfo('pitch of a map view', false);
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);
date_range?: STRt = new StrInfo('date range for calendar', false);