aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2021-09-23 15:09:41 -0400
committerGitHub <noreply@github.com>2021-09-23 15:09:41 -0400
commit70d80e30de9963c353636d9780ffb83f3285aac7 (patch)
treebe9a5086596e33c269857c9ead0293719786035e /src/client/documents/Documents.ts
parentd5f9533d153e11e24d2ab7c03b4561170f0768fe (diff)
parent281ea90236adb8cb3ff8db7ddc76a466a8641bcd (diff)
Merge pull request #34 from brown-dash/linking-anh
Added link line weights based on relative relationship importance (Anh)
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 8ac647b99..6fca0b67e 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -301,6 +301,7 @@ export class DocumentOptions {
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)
+ linkRelationshipSizes?: List<number>; //stores number of links contained in each relationship
linkColorList?: List<string>; // colors of links corresponding to specific link relationships
}
export namespace Docs {