aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-10-07 08:47:22 -0400
committerbobzel <zzzman@gmail.com>2021-10-07 08:47:22 -0400
commit43496b4cd19a06d2682f2416a4273e25cdcb55a0 (patch)
tree6ee186ce910f06cea2d5fe56687ccd13111f0e46 /src/client/documents/Documents.ts
parent37528f87e89e2072080fac7eefe022d8989faabc (diff)
Revert "Revert "Merge pull request #34 from brown-dash/linking-anh""
This reverts commit 4e6a1d7a37c8c28014a9f7cd0d92f17c8f29454d.
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 e3623c069..6d64b3286 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -302,6 +302,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 {