From 49850a02bb8684e481fc6368f9c11232d824e872 Mon Sep 17 00:00:00 2001 From: Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> Date: Sun, 1 Sep 2024 18:09:49 -0400 Subject: Added color and centering defaults to formattedtextbox --- src/client/documents/Documents.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/documents') 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'); -- cgit v1.2.3-70-g09d2