Access parent data object from child view

Letz assume i have following app structure:

{view:“parent”, data:MegaCollection, rows:[{template:“child 1”},{template:“child 2”}]

Question:

How can I now access the data object from the Child view “child 1” ?

this.getParentView().config.data

Perfect, thank you :).