Skip to main content

Interface: EntityTopicLink

Defined in: Data/Models/TagGraph/EntityTopicLink.ts:7

Direct bridge from a tag graph entity to a topic_id in Nave's/Torrey's. Enables the UI to navigate directly to the topical index tree from an entity.

Properties

entityCategory

entityCategory: EntityCategory

Defined in: Data/Models/TagGraph/EntityTopicLink.ts:9


entityId

entityId: string

Defined in: Data/Models/TagGraph/EntityTopicLink.ts:8


matchType

matchType: "exact" | "alias" | "stem"

Defined in: Data/Models/TagGraph/EntityTopicLink.ts:12


sourceModule

sourceModule: string

Defined in: Data/Models/TagGraph/EntityTopicLink.ts:10


topicId

topicId: number

Defined in: Data/Models/TagGraph/EntityTopicLink.ts:11