```ts const B = reflect({ view: A, bind: { foo: $data, }, mapProps: { bar: { source: $data, fn: (data, props) => data[props.key] } }, }) ```