@sentio/sdk
Preparing search index...
.
PartitionHandler
Type Alias PartitionHandler<D>
PartitionHandler
:
(
data
:
D
)
=>
string
|
Promise
<
string
>
Function type that extracts a partition key from data.
Type Parameters
D
The data type to process
Type Declaration
(
data
:
D
)
:
string
|
Promise
<
string
>
Parameters
data
:
D
Returns
string
|
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@sentio/sdk
Loading...
Function type that extracts a partition key from data.