- Preparing search index...
- The search index is not available
serializr
Type alias PropSerializer
Prop
Serializer
: ((sourcePropertyValue
: any, key
: string | number | symbol, sourceObject
: any) => any | typeof SKIP)
Type declaration
-
- (sourcePropertyValue: any, key: string | number | symbol, sourceObject: any): any | typeof SKIP
-
Parameters
-
sourcePropertyValue: any
-
key: string | number | symbol
-
sourceObject: any
Returns any | typeof SKIP