Home / Type/ DocSearchHitAttributeHighlightResult Type — react Architecture

DocSearchHitAttributeHighlightResult Type — react Architecture

Architecture documentation for the DocSearchHitAttributeHighlightResult type/interface in algolia.ts from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  ac25e41e_ab0a_9a18_4084_6611f50c2d30["DocSearchHitAttributeHighlightResult"]
  e06121eb_f5fa_fef4_9520_4641dc8cea88["algolia.ts"]
  ac25e41e_ab0a_9a18_4084_6611f50c2d30 -->|defined in| e06121eb_f5fa_fef4_9520_4641dc8cea88
  style ac25e41e_ab0a_9a18_4084_6611f50c2d30 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

compiler/packages/react-mcp-server/src/types/algolia.ts lines 19–24

interface DocSearchHitAttributeHighlightResult {
  value: string;
  matchLevel: 'full' | 'none' | 'partial';
  matchedWords: string[];
  fullyHighlighted?: boolean;
}

Frequently Asked Questions

What is the DocSearchHitAttributeHighlightResult type?
DocSearchHitAttributeHighlightResult is a type/interface in the react codebase, defined in compiler/packages/react-mcp-server/src/types/algolia.ts.
Where is DocSearchHitAttributeHighlightResult defined?
DocSearchHitAttributeHighlightResult is defined in compiler/packages/react-mcp-server/src/types/algolia.ts at line 19.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free