@wildix/wim-knowledge-base-client > SearchHistoryResultItem > documentHierarchy
SearchHistoryResultItem.documentHierarchy property
The hierarchy of the document. The hierarchy is a list of document IDs that are the parents of the current document. The hierarchy is used to build the document hierarchy in the search results.
Signature:
documentHierarchy?: (string)[] | undefined;