the data from the feathersjs server that is to be converted
the primaryKeyField in the data provided
Converts the feathersjsData in object form to the kind React Admin understands
the data from the feathersjs server that is to be converted
the primaryKeyField in the data provided
Converts a list of Data object from React Admin style to Feathersjs {e.g. id to _id}
primaryKey on the featherjs side of things
{{[key: string]: any}}
Converts a Data object from React Admin style to Feathersjs {e.g. id to _id}
object to convert
primaryKey on the featherjs side of things
{{[key: string]: any}}
Converts an array of objects from Featherjs style to React Admin style e.g. _id to id
] } array of objects to convert
primaryKey on the featherjs side of things
{[{ id: any, [key: string]: any }]}
Converts a Data object from Feathersjs to React Admin style {e.g. _id to id}
object to convert
primaryKey on the featherjs side of things
{{ id: any, [key: string]: any }}
Generated using TypeDoc
Converts the feathersjsData in list form to the kind React Admin understands