diff options
author | bobzel <zzzman@gmail.com> | 2021-08-30 16:39:28 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-08-30 16:39:28 -0400 |
commit | efaa1a3afa994b66e47cc64cbd750b141a180894 (patch) | |
tree | 68726706f0553bf99841a383247a3df9b8519ad4 /src/client/documents/Documents.ts | |
parent | f915c08c71d1384add30db49e4c74461d3cf0dcd (diff) | |
parent | 7b6a7a648272e0fd5c248c64f69af5033a6d5f79 (diff) |
Merge branch 'menu_updates_geireann' of https://github.com/brown-dash/Dash-Web into menu_updates_geireann
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 3 |
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; |