diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-07 22:48:37 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-07 22:48:37 -0400 |
| commit | d6bbd8bd52231ffaea6d0f01c9e1447087e17914 (patch) | |
| tree | 886d4d4ecf8b17c1bbf6548c242ff15ff737411f /src/client/documents/Documents.ts | |
| parent | b02cfed890d9d95a8f45bbc93d688bd3311dd387 (diff) | |
code cleanup
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 a06b4a581..f902da0a2 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -94,6 +94,7 @@ export interface DocumentOptions { title?: string; label?: string; hidden?: boolean; + userDoc?: Doc; // the userDocument toolTip?: string; // tooltip to display on hover style?: string; page?: number; |
