My view has a property which I want to change using a VO from my manager. In my EventMap I want to set up a bunch of injectors like so ...
<Injectors target="{VideoControlBar}" >
<PropertyInjector targetKey="videoPlayhead" source="{appManager}" sourceKey="videoProgressVO.playhead" />
</Injectors>
Note the sourceKey. Now this aint going to work but how can I grab the property from the VO?