diff options
author | bobzel <zzzman@gmail.com> | 2021-04-02 13:05:58 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-04-02 13:05:58 -0400 |
commit | 9f905fb3fac480d223baa9eea60bb22b01bf3f84 (patch) | |
tree | 417e0b1ed09cc6831f620617804c21eb21b3ad9c /src/client/documents/Documents.ts | |
parent | fe9ecedb60f2c586eb2d98c248bd4a947877b535 (diff) |
added snap lines button to freeform properties. renamed & simplified treeViewPreventOpen stuff
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 404772b9d..337c3e928 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -243,11 +243,11 @@ export class DocumentOptions { searchFileTypes?: List<string>; // file types allowed in a search query strokeWidth?: number; freezeChildren?: string; // whether children are now allowed to be added and or removed from a collection - treeViewPreventOpen?: boolean; // ignores the treeViewOpen Doc flag which allows a treeViewItem's expand/collapse state to be independent of other views of the same document in the tree view 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 + treeViewOpenIsTransient?: boolean; // ignores the treeViewOpen Doc flag, allowing a treeViewItem's expand/collapse state to be independent of other views of the same document in the same or any other tree view 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 treeViewExpandedViewLock?: boolean; // whether the expanded view can be changed |