Plotly.js SVG classes naming convention

Hey everyone, I want to say thank you to everyone that contributed to this lirbary.

I want to know if when I export an SVG from plotly.js, it there’s a predictable naming convention for the names of the layers and paths that get added in the SVG.

I have found that specific names are added like “xaxislayer-above”, “gridlayer” etc, but want to confirm if there a place listing all this out (couldn’t find in documentation).

I am considering building my own interactivity layer on top of the SVG elements, and would therefore like to be able to parse the specific parts of the SVG predictably.

Thank you.