export class BoostTileElement extends HTMLElement { static observedAttributes = [ "data-boostid", "data-msgid", "data-author", "data-booster" ]; constructor() { this.innerHTML = "
"; } connectedCallback() { } attributeChangedCallback(attr: string, prev: string, next: string) { } }