Object target from which the property will be selected
Property name in target that will be selected
The property name to select
select value by key from the target
Use RecordCore.onKey instead or import as a R alias and R.onKey
Creates a function that selects a specific property value from an object.
Useful for use with arrays map
function when extracting a single property from each object.
Property name in target that will be selected
The property name to select
select value by key from the target
Use RecordCore.onKey instead or import as a R alias and R.onKey
Creates a function that selects a specific property value from an object.
Useful for use with arrays
map
function when extracting a single property from each object.