My code
#color;
#validColors;
constructor(element, validColors = []) {
/** @type {HTMLElement} */ <----- This one is what i'm refering in the headline
this.element = element;
this.#color = validColors[0];
this.#validColors = validColors;