Type Alias: ResourcefulIndexActionCallback()
ts
type ResourcefulIndexActionCallback = (
record: ActionableRecord,
) =>
| ResourcefulIndexTernaryOperator
| Promise<ResourcefulIndexTernaryOperator>
| PromiseLike<ResourcefulIndexTernaryOperator>;Parameters
| Parameter | Type |
|---|---|
record | ActionableRecord |
Returns
| ResourcefulIndexTernaryOperator | Promise<ResourcefulIndexTernaryOperator> | PromiseLike<ResourcefulIndexTernaryOperator>