diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-20 19:27:53 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-20 19:27:53 +0530 |
commit | 2d16c23cf8af25601b34e44b951ce108673831e4 (patch) | |
tree | 394a23ccfe452efead3550febd00b6bea087a73b /src/client/documents/Documents.ts | |
parent | 7b7d83f6f7070334fdfc4dd7cca03699b8e21078 (diff) | |
parent | d21ef189f2c160d3d80a5cf7d824c314262a59ac (diff) |
merge conflicts
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 5b58aa2e3..8e7d125b0 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -91,7 +91,7 @@ export interface DocumentOptions { layoutKey?: string; type?: string; title?: string; - label?: string; // short form of title for use as an icon label + toolTip?: string; // tooltip to display on hover style?: string; page?: number; description?: string; // added for links |