@nosto/nosto-react
Preparing search index...
NostoContextType
Interface NostoContextType
interface
NostoContextType
{
account
:
string
;
clientScriptLoaded
:
boolean
;
currentVariation
?:
string
;
recommendationComponent
?:
RecommendationComponent
;
renderFunction
?:
(
...
args
:
unknown
[]
)
=>
unknown
;
responseMode
:
RenderMode
;
}
Index
Properties
account
client
Script
Loaded
current
Variation?
recommendation
Component?
render
Function?
response
Mode
Properties
account
account
:
string
client
Script
Loaded
clientScriptLoaded
:
boolean
Optional
current
Variation
currentVariation
?:
string
Optional
recommendation
Component
recommendationComponent
?:
RecommendationComponent
Optional
render
Function
renderFunction
?:
(
...
args
:
unknown
[]
)
=>
unknown
response
Mode
responseMode
:
RenderMode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
client
Script
Loaded
current
Variation
recommendation
Component
render
Function
response
Mode
@nosto/nosto-react
Loading...