Type alias: CollectionOverrideHandler
Ƭ CollectionOverrideHandler: (props
: { entityId?
: string
; path
: string
}) => Partial
<EntityCollection
<any
>> | undefined
Type declaration
▸ (props
): Partial
<EntityCollection
<any
>> | undefined
Used to override collections based on the collection path and entityId.
Parameters
Name | Type |
---|---|
props | Object |
props.entityId? | string |
props.path | string |
Returns
Partial
<EntityCollection
<any
>> | undefined