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