diff options
author | geireann <geireann.lindfield@gmail.com> | 2021-08-17 23:50:03 -0400 |
---|---|---|
committer | geireann <geireann.lindfield@gmail.com> | 2021-08-17 23:50:03 -0400 |
commit | 31041229447807fd3d121dea96996a6543bd9272 (patch) | |
tree | f442fbaeafc4336c21cdd1985f78f2a431b27383 /src/client/documents/Documents.ts | |
parent | 9aa0e5e812dfbc67b0542c6740d43209313a37d6 (diff) | |
parent | d2eb52adf86e3edfcbcf57e64d358c4ecf97f077 (diff) |
Merge branch 'linking-anh' of https://github.com/brown-dash/Dash-Web into linking-anh
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index b14a6f800..91bd8e772 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -269,6 +269,8 @@ export class DocumentOptions { useLinkSmallAnchor?: boolean; // whether links to this document should use a miniature linkAnchorBox border?: string; //for searchbox hoverBackgroundColor?: string; // background color of a label when hovered + linkRelationshipList?: List<string>; // for storing different link relationships (when set by user in the link editor) + linkColorList?: List<string>; // colors of links corresponding to specific link relationships } export namespace Docs { |