diff options
author | geireann <geireann.lindfield@gmail.com> | 2021-08-31 15:03:37 -0400 |
---|---|---|
committer | geireann <geireann.lindfield@gmail.com> | 2021-08-31 15:03:37 -0400 |
commit | 59458f5c11e7e0891391da65a54269a56c5c71b6 (patch) | |
tree | 6f9657e2728a975a6c7b698a80e3a366aa81a9de /src/client/documents/Documents.ts | |
parent | 64fae6de1373f0db18ff98054227f217640952c2 (diff) |
there will be issues as a result of this
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 9d5dcb217..c4a713dc6 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -219,6 +219,7 @@ export class DocumentOptions { _backgroundGridShow?: boolean; //BUTTONS + buttonText?: string; iconShape?: string; // shapes of the fonticon border btnType?: string; btnList?: List<string>; |