aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-07-18 04:27:44 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-07-18 04:27:44 -0400
commit9b8e2853c7ea53578c3dbf180018c25b8b322617 (patch)
tree59818d188fbef966f858a28d44eba91166d623ef /src/client/documents/Documents.ts
parentd7b9c3bde6c347c91aaddb265188c749904b26a1 (diff)
saving layouts
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 dabbf9591..dc649ec4e 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -235,6 +235,7 @@ export class DocumentOptions {
dataViz_pie?: string;
dataViz_histogram?: string;
dataViz?: string;
+ dataViz_savedTemplates?: LISTt;
layout?: string | Doc; // default layout string or template document
layout_isSvg?: BOOLt = new BoolInfo('whether document decorations and other selections should handle pointerEvents for svg content or use doc bounding box');