Type Alias: VerseTopicAncestor
VerseTopicAncestor = [
number,string,number]
Defined in: Services/StudyOverview/types.ts:61
One ancestor of a topic: [topicId, name, recursiveVerseCount].
A tuple keeps the cache compact. The names duplicate p, but p is a
pre-joined display string that cannot be split back into ancestors safely
(a topic name may itself contain " > ") and carries no ids at all — which
is what left every breadcrumb ancestor unopenable in the study pane.