(spec, scope)
| 148069 | }; |
| 148070 | } |
| 148071 | function interactive(spec, scope) { |
| 148072 | return spec && spec.signal ? scope.signalRef(spec.signal) : spec === false ? false : true; |
| 148073 | } |
| 148074 | /** |
| 148075 | * Parse a data transform specification. |
| 148076 | */ function parseTransform(spec, scope) { |