schema.recodeargs.mapping.md

October 26, 2023 ยท View on GitHub

Home > @datashaper/schema > RecodeArgs > mapping

RecodeArgs.mapping property

Mapping of old value to new for the recoding. Note that the key must be coercible to a string for map lookup.

Signature:

mapping: Record<Value, Value>;