Hi,

With the Fade Effect (and probably others) the constructor takes the target and 
saves it to a private property actualTarget.

When the ValueEvent is dispatched  there no way to get at the target of the 
event. Should actualTarget be made a read only getter?

BTW You can get at private properties, which I didn’t expect, by simply using 
array notation like so - event.target["actualTarget”].

Thanks,
Justin

Reply via email to