aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorgeireann <geireann.lindfield@gmail.com>2021-08-30 14:49:33 -0400
committergeireann <geireann.lindfield@gmail.com>2021-08-30 14:49:33 -0400
commit5bb197f5dad55d15b144e2f86bb2ec94c7a261fd (patch)
tree8c1753d1c42387a965d519fbba283558d01d60b5 /src/client/documents/Documents.ts
parent1c3b334de7c1a34075b71569e800b7ce7c5d41a5 (diff)
GitHubs are default view
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index ec856e748..9d5dcb217 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -215,6 +215,9 @@ export class DocumentOptions {
isPushpin?: boolean;
_removeDropProperties?: List<string>; // list of properties that should be removed from a document when it is dropped. e.g., a creator button may be forceActive to allow it be dragged, but the forceActive property can be removed from the dropped document
+ // BACKGROUND GRID
+ _backgroundGridShow?: boolean;
+
//BUTTONS
iconShape?: string; // shapes of the fonticon border
btnType?: string;