diff --git a/typescript/taxonomy-api.ts b/typescript/taxonomy-api.ts index 52efc4b5..5396b8d2 100644 --- a/typescript/taxonomy-api.ts +++ b/typescript/taxonomy-api.ts @@ -558,7 +558,7 @@ export interface TaxonomyContext { */ parentIds: string[]; /** - * List of all parents to this context + * List of all parents to this context. Empty if node is fetched as child */ parents: TaxonomyCrumb[]; /**