Came across something I cant find in docs.  This #selectedIndex = 0; what does # do?
class WcTabPanel extends HTMLElement {
    static observedAttributes = ["selected-index", "direction"];
    #selectedIndex = 0;
appears in this example https://codepen.io/ndesmic/pen/mdELqbM
 
    