Type alias: SchemaOverrideHandler
Ƭ SchemaOverrideHandler: (props
: { entityId?
: string
; path
: string
}) => SchemaOverride
| undefined
Type declaration
▸ (props
): SchemaOverride
| undefined
Used to override schemas based on the collection path and entityId.
Parameters
Name | Type |
---|---|
props | Object |
props.entityId? | string |
props.path | string |
Returns
SchemaOverride
| undefined