aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-09-01 18:09:49 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-09-01 18:09:49 -0400
commit49850a02bb8684e481fc6368f9c11232d824e872 (patch)
tree35e082fc31cf5ecdf7efbb23a8ad4be5ed711713 /src/client/documents/Documents.ts
parent8cecbcb66d0d377ad7c40bee5b3b42fb72239ddb (diff)
Added color and centering defaults to formattedtextbox
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 40b0a2a32..09106dd00 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -243,6 +243,7 @@ export class DocumentOptions {
borderColor?: STRt = new StrInfo('Color of user-added border', false);
text_fontColor?: STRt = new StrInfo('Color of text', false);
text_align?: STRt = new StrInfo('alignment');
+ hCentering?: 'h-left' | 'h-center' | 'h-right';
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');