diff options
author | bobzel <zzzman@gmail.com> | 2021-03-30 09:37:56 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-03-30 09:37:56 -0400 |
commit | 6c689a999e22fc414386e39007ca0929057ff1d8 (patch) | |
tree | d84b2f85c45895385d6d7a23d3c3ab5bcc903191 /src/client/documents/Documents.ts | |
parent | 3aa6f1676a3fd366aade7c468ad495ade1314577 (diff) |
fixed a bunch of compile errors. activated Clear button for recently closed tree views.
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 81fb204de..88d5cd61f 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -246,6 +246,7 @@ export class DocumentOptions { treeViewHideTitle?: boolean; // whether to hide the top document title of a tree view 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. + treeViewShowClearButton?: boolean; // whether a clear button should be displayed treeViewOpen?: boolean; // whether this document is expanded in a tree view treeViewExpandedView?: string; // which field/thing is displayed when this item is opened in tree view treeViewChecked?: ScriptField; // script to call when a tree view checkbox is checked |