I have created a map using ArcGISonline and added a custom layer by adding a csv file. I can see the points getting displayed at the lat-lon co-ordinates from my csv. I am showing the default "colored dot" symbols that are provided on ArcGISOnline. Onclick of the symbols I see the InfoWindow with the other attributes from my CSV file.
However, my requirement is to access these symbols/graphics using arcGIS API for Javascript and change the symbols based on my business logic. Is there a way to get to the Graphics of my csv based custom layer using the Javascript API?