Search result from settings search.
interface SearchResult { /** Matched section information. */ section: { id: string; title: string; tab: string }; /** Match score (higher = better match). */ score: number;} Copy
interface SearchResult { /** Matched section information. */ section: { id: string; title: string; tab: string }; /** Match score (higher = better match). */ score: number;}
Matched section information.
Match score (higher = better match).
Search result from settings search.
Source