control the mapping property names without notation ? #172
-
If I want to validate the properties I can use notations or function rules without notation at all.
Like the rules function, there is a way to control the mapping property names without notation? something like function or flag? Thanks for a beautiful project. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
So you want to map the names of properties within a dedicated function? What would be the use case for this? If we want to implement such a thing, the best way would be to overwrite the |
Beta Was this translation helpful? Give feedback.
So you want to map the names of properties within a dedicated function?
What would be the use case for this?
If we want to implement such a thing, the best way would be to overwrite the
$inputMappedName
and$outputMappedName
inDataProperty
. The problem then would be that a cached version of such will probably not contain the correct value for these properties.