aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-03-10 00:39:30 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-03-10 00:39:30 -0400
commit4eaec2585a4f38a826707f2cf850d287276d9b14 (patch)
treeb4dde9a3d2cc54f293d7ddf022d8fdf453e05cba /src/client/documents/Documents.ts
parentcabb2cf9065d85112f1bd89e31b41dafdbc4ba54 (diff)
fixed up iconifying of different document types. fixed selection to not select toolbar tabs. fixed outline-like document creation in tree views.
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 901b3684f..131a48a2b 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -114,6 +114,7 @@ export interface DocumentOptions {
lockedTransform?: boolean; // lock the panx,pany and scale parameters of the document so that it be panned/zoomed
opacity?: number;
defaultBackgroundColor?: string;
+ dontSelect?: boolean; // whether document decorations should be displayed when the document is selected
isBackground?: boolean;
isButton?: boolean;
columnWidth?: number;