aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-09-02 03:47:54 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-09-02 03:47:54 -0400
commit47895246065408eed330bc2d6b655c49976b61df (patch)
tree7dd83fdfb25176c72f20c1390be6877d16c6cf4f /src/client/documents/Documents.ts
parent49850a02bb8684e481fc6368f9c11232d824e872 (diff)
dynamic text size and styles
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 09106dd00..2d96796a2 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -244,6 +244,8 @@ export class DocumentOptions {
text_fontColor?: STRt = new StrInfo('Color of text', false);
text_align?: STRt = new StrInfo('alignment');
hCentering?: 'h-left' | 'h-center' | 'h-right';
+ isDefaultTemplateDoc?: BOOLt = new BoolInfo('');
+ contentBold?: BOOLt = new BoolInfo('');
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');