summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-04-03 15:41:44 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-04-15 18:22:12 -0400
commitb96f07140b932a2a5031faa4744aa9899ad3c910 (patch)
treefe1a1346d8a9d1bc2ac0df42a47452b520bccebb /docs
parent19aa68b1ecba5cbf10d5dc97006d720fa1abb581 (diff)
Improve term dictionary entry sequence (#1591)
* Improve sequence for merged entries and add sequenceDictionary * Update docs * Expose sequence in definitions * Expose sequence in root definition * Update test data
Diffstat (limited to 'docs')
-rw-r--r--docs/interfaces/dictionary-entry.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/interfaces/dictionary-entry.ts b/docs/interfaces/dictionary-entry.ts
index facca6e5..230bada0 100644
--- a/docs/interfaces/dictionary-entry.ts
+++ b/docs/interfaces/dictionary-entry.ts
@@ -205,6 +205,10 @@ namespace Translation {
*/
sequence: number;
/**
+ * The dictionary that the sequence number originated from, or `null` if there is no sequence.
+ */
+ sequenceDictionary: string;
+ /**
* A list of inflections that was applied to get the term.
*/
inflections: string[];