diff options
author | bobzel <zzzman@gmail.com> | 2024-08-27 13:49:07 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-08-27 13:49:07 -0400 |
commit | cf10fbb80a022ddb141e41203b9135b6f1ed9527 (patch) | |
tree | a07622cb43c0485eebb3b5011b74b236bdf957dd /src/client/documents/Documents.ts | |
parent | 248f9fdced99a36c28fb34f39b78e1267ec02486 (diff) |
uniying image labels => tags. made face tags distinguishable from other tags - and drag off to place face collection.
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 235f54fe8..af181b031 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -364,6 +364,7 @@ export class DocumentOptions { 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'); + faceDescriptor?: List<number>; 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); |