Preparing search index...
The search index is not available
XYO Platform React SDK - v4.1.8
XYO Platform React SDK
@xyo-network/react-sdk
ProcessIndexedResults
Interface ProcessIndexedResults<TPayload>
interface
ProcessIndexedResults
<
TPayload
>
{
isFresh
?:
(
(
payloads
?:
null
|
(
{
schema
:
string
;
}
&
PayloadFields
)
[]
)
=>
boolean
)
;
parseIndexedResults
:
ParseIndexedResults
<
TPayload
>
;
}
Type Parameters
TPayload
extends
Payload
=
Payload
Index
Properties
is
Fresh?
parse
Indexed
Results
Properties
Optional
is
Fresh
is
Fresh
?:
(
(
payloads
?:
null
|
(
{
schema
:
string
;
}
&
PayloadFields
)
[]
)
=>
boolean
)
parse
Indexed
Results
parse
Indexed
Results
:
ParseIndexedResults
<
TPayload
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Fresh
parse
Indexed
Results
XYO Platform React SDK - v4.1.8
Loading...