@conciergus/chat - v0.3.1
Preparing search index...
components
SourcesDisplayProps
Interface SourcesDisplayProps
interface
SourcesDisplayProps
{
sources
:
Source
[]
;
className
?:
string
;
showRelevanceScores
?:
boolean
;
showSnippets
?:
boolean
;
showMetadata
?:
boolean
;
compactView
?:
boolean
;
maxSources
?:
number
;
sortBy
?:
"relevance"
|
"title"
|
"date"
;
groupBy
?:
"type"
|
"domain"
;
enableFiltering
?:
boolean
;
onSourceClick
?:
(
source
:
Source
,
index
:
number
)
=>
void
;
onSourceHover
?:
(
source
:
Source
,
index
:
number
)
=>
void
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
sources
class
Name?
show
Relevance
Scores?
show
Snippets?
show
Metadata?
compact
View?
max
Sources?
sort
By?
group
By?
enable
Filtering?
on
Source
Click?
on
Source
Hover?
Properties
sources
sources
:
Source
[]
Optional
class
Name
className
?:
string
Optional
show
Relevance
Scores
showRelevanceScores
?:
boolean
Optional
show
Snippets
showSnippets
?:
boolean
Optional
show
Metadata
showMetadata
?:
boolean
Optional
compact
View
compactView
?:
boolean
Optional
max
Sources
maxSources
?:
number
Optional
sort
By
sortBy
?:
"relevance"
|
"title"
|
"date"
Optional
group
By
groupBy
?:
"type"
|
"domain"
Optional
enable
Filtering
enableFiltering
?:
boolean
Optional
on
Source
Click
onSourceClick
?:
(
source
:
Source
,
index
:
number
)
=>
void
Optional
on
Source
Hover
onSourceHover
?:
(
source
:
Source
,
index
:
number
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
sources
class
Name
show
Relevance
Scores
show
Snippets
show
Metadata
compact
View
max
Sources
sort
By
group
By
enable
Filtering
on
Source
Click
on
Source
Hover
@conciergus/chat - v0.3.1
Loading...