From 3519e5669313ae4fa28774e81168c142954034c1 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 18 Nov 2024 19:17:52 +0100 Subject: many more document elements --- test-client/protocol.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test-client/protocol.ts') diff --git a/test-client/protocol.ts b/test-client/protocol.ts index 55d2fc15..25d33cb5 100644 --- a/test-client/protocol.ts +++ b/test-client/protocol.ts @@ -110,3 +110,7 @@ export type DocumentElement = | { t: "par", es: DocumentElement[] } | { t: "text", s: Message, size: number, color?: string, font?: string, bold: boolean } | { t: "conditional", cond: string, value: boolean, e: DocumentElement } + | { t: "label", id: string, e: DocumentElement } + | { t: "ref", id: string, e: DocumentElement } + | { t: "container", es: DocumentElement[] } + | { t: "align", dir: "flow_end" | "bottom", e: DocumentElement } -- cgit v1.2.3-70-g09d2