diff options
author | bobzel <zzzman@gmail.com> | 2020-08-13 09:41:56 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-13 09:41:56 -0400 |
commit | 8460f4e5c3a409a095e87a0b841b097d20a4e466 (patch) | |
tree | e2bc95d5c52428674940fac4084af60fa5a4077a /src/client/documents/Documents.ts | |
parent | e659dd1ea3696c02b88aca748675a2fc1857d78d (diff) |
made stayInCollection a layout property
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 fe50ed0b3..42ba4d2c4 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -185,7 +185,7 @@ export interface DocumentOptions { targetContainer?: Doc; // document whose proto will be set to 'panel' as the result of a onClick click script searchFileTypes?: List<string>; // file types allowed in a search query strokeWidth?: number; - stayInCollection?: boolean;// whether the document should remain in its collection when someone tries to drag and drop it elsewhere + _stayInCollection?: boolean;// whether the document should remain in its collection when someone tries to drag and drop it elsewhere 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 title of a tree view treeViewHideHeaderFields?: boolean; // whether to hide the drop down options for tree view items. |