diff options
author | bobzel <zzzman@gmail.com> | 2023-03-09 21:39:21 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-03-09 21:39:21 -0500 |
commit | 096371e683b3f91edfadb2aaf9f8da3309b86014 (patch) | |
tree | 8e3bfaddd94eb349bd28983d5bc72bb95740a29a /src/client/documents/Documents.ts | |
parent | 8341b50668ddaea01e6a2590c6d3f3b4365d1185 (diff) |
added reordering of progressivized docs
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 a7378c431..6296b0df4 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -335,6 +335,7 @@ export class DocumentOptions { strokeWidth?: number; freezeChildren?: string; // whether children are now allowed to be added and or removed from a collection treeViewHideTitle?: boolean; // whether to hide the top document title of a tree view + treeViewHideUnrendered?: boolean; // tells tree view not to display documents that have an 'unrendered' tag unless they also have a treeViewFieldKey tag (presBox) treeViewHideHeaderIfTemplate?: boolean; // whether to hide the header for a document in a tree view only if a childLayoutTemplate is provided (presBox) treeViewHideHeader?: boolean; // whether to hide the header for a document in a tree view treeViewHideHeaderFields?: boolean; // whether to hide the drop down options for tree view items. |