aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-08-26 23:29:47 -0400
committerbobzel <zzzman@gmail.com>2024-08-26 23:29:47 -0400
commitef5a8b8261052c3079f267d1d8d0804a495e3e3d (patch)
treeca40713d3ff898a5d823f08bcf96225594f8096d /src/client/documents/Documents.ts
parentcf38fc81b69abb084938c8f45eaf5d94caacb3a3 (diff)
fixed naming of face annotations
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 ac271526f..235f54fe8 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -363,6 +363,7 @@ export class DocumentOptions {
data?: FieldType;
data_useCors?: BOOLt = new BoolInfo('whether CORS protocol should be used for web page');
_face_showImages?: BOOLt = new BoolInfo('whether to show images in uniqe face Doc');
+ face?: DOCt = new DocInfo('face document');
columnHeaders?: List<SchemaHeaderField>; // headers for stacking views
schemaHeaders?: List<SchemaHeaderField>; // headers for schema view
dockingConfig?: STRt = new StrInfo('configuration of golden layout windows (applies only if doc is rendered as a CollectionDockingView)', false);