I add a predefined UniqueValueRenderer to a feature layer. How can I get the specific style of each feature in ActionScrit? Because I added a mouse event to this feature layer, which change the style of each feature to highlight it when mouse moves over it. After that, I need to restore the previous rendered style of the feature. So, how to get the specific style of each feature in ActionScrit?
Thank you!