diff options
| author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-07-18 04:27:44 -0400 |
|---|---|---|
| committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-07-18 04:27:44 -0400 |
| commit | 9b8e2853c7ea53578c3dbf180018c25b8b322617 (patch) | |
| tree | 59818d188fbef966f858a28d44eba91166d623ef /src/client/documents/Documents.ts | |
| parent | d7b9c3bde6c347c91aaddb265188c749904b26a1 (diff) | |
saving layouts
Diffstat (limited to 'src/client/documents/Documents.ts')
| -rw-r--r-- | src/client/documents/Documents.ts | 1 |
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'); |
