MCPcopy Create free account
hub / github.com/csskit/csskit / define

Method define

website/script/index.js:605–607  ·  view source on GitHub ↗
(tagName = "view-options")

Source from the content-addressed store, hash-verified

603
604class ViewOptions extends HTMLElement {
605 static define(tagName = "view-options") {
606 customElements.define(tagName, this);
607 }
608
609 connectedCallback() {
610 this.addEventListener("change", this);

Callers

nothing calls this directly

Calls 1

defineMethod · 0.45

Tested by

no test coverage detected