I have noted that the Calcite Accordion Item has a "calciteAccodionItemSelect" event handler. (Example:
item.addEventListener("calciteAccordionItemSelect", function(e) {). Which looks for the accordion item to open. I am able to connect this to the graphics layer. However, I would prefer the user not to have to open each accordion item to determine which item is located on the map.
Is there also a mouseover event? I would like to connect a mouseover event to the graphics layer on the map.