MappingPropsinterface
{
readonly mapping: Mapping<E>;
}| Property | Type | |
|---|---|---|
.mapping | Mapping<E> | Mapping entries that extend or override the inherited mapping inside this subtree. required readonly |
Props for the Mapping component returned by createMapper().