@nosto/nosto-js
Preparing search index...
client
JSONResult
Interface JSONResult
interface
JSONResult
{
data
:
JSONResult
;
div_id
:
string
;
element
:
string
;
product_ids
:
Record
<
string
,
string
>
;
products
:
JSONProduct
[]
;
raw_data
?:
unknown
;
reco_id
:
string
;
result_id
:
string
;
result_type
:
ResultType
;
source_product_ids
:
string
[]
;
title
?:
string
;
}
Hierarchy (
View Summary
)
RenderResult
<
JSONResult
>
JSONResult
Index
Properties
data
div_
id
element
product_
ids
products
raw_
data?
reco_
id
result_
id
result_
type
source_
product_
ids
title?
Properties
data
data
:
JSONResult
div_
id
div_id
:
string
element
element
:
string
product_
ids
product_ids
:
Record
<
string
,
string
>
products
products
:
JSONProduct
[]
Optional
raw_
data
raw_data
?:
unknown
reco_
id
reco_id
:
string
result_
id
result_id
:
string
result_
type
result_type
:
ResultType
source_
product_
ids
source_product_ids
:
string
[]
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
div_
id
element
product_
ids
products
raw_
data
reco_
id
result_
id
result_
type
source_
product_
ids
title
@nosto/nosto-js
Loading...