1 2 3 4 5
export default function(value) { return arguments.length ? this.property("__data__", value) : this.node().__data__; }