The KONtx.application.loadView method allows you to pass an object onto the view being loaded.
CODE
KONtx.application.loadView('test-view', {exampleKey : val, anotherKey : moreVal } )
In the new view, you can access the object data using this.persist, so this.persist.exampleKey.