ractive.parent
Each component instance can access its parent using this.parent.
<foo>
<bar>
<baz />
</bar>
</foo>
baz's parent is the bar instance, and bar's parent is the foo instance.
Each component instance can access its parent using this.parent.
<foo>
<bar>
<baz />
</bar>
</foo>
baz's parent is the bar instance, and bar's parent is the foo instance.