Hi Serkan,

for example in a renderer people use to do something like that:

[Bindable("dataChange")]
public function get iconList():IconListVO
{
return data as IconListVO;
}

so you bind in this case to iconList, and IconListVO has [Bindable]
metadata at class level

HTH

Carlos


El lun., 16 mar. 2020 a las 8:49, Serkan Taş (<serkan....@likyateknoloji.com>)
escribió:

> For the source below I get some warnings. How can I avoid ?
>
>
> [Bindable]
> public var data:XML
>
>
>
>
>
>
>
> Thanks,
> Serkan
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Reply via email to