Member Junction
Preparing search index...
@memberjunction/ai-agents
ScopeSearchResult
Interface ScopeSearchResult
Structured result of a single scope's search, used for formatting + artifact persistence.
interface
ScopeSearchResult
{
minScore
:
number
;
query
:
string
;
results
:
SearchResultItem
[]
;
scopeDescription
:
string
;
scopeIcon
:
string
;
scopeID
:
string
;
scopeName
:
string
;
}
Index
Properties
min
Score
query
results
scope
Description
scope
Icon
scope
ID
scope
Name
Properties
min
Score
minScore
:
number
query
query
:
string
results
results
:
SearchResultItem
[]
scope
Description
scopeDescription
:
string
scope
Icon
scopeIcon
:
string
scope
ID
scopeID
:
string
scope
Name
scopeName
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
min
Score
query
results
scope
Description
scope
Icon
scope
ID
scope
Name
Member Junction
Loading...
Structured result of a single scope's search, used for formatting + artifact persistence.