Calcite Accordion Item Mouseover event

173
0
12-08-2021 11:05 AM
ChrisSchmeissner
New Contributor II

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.
 
0 Kudos
0 Replies