Skip to content

Module: web::CustomElement

Jovan Gerodetti edited this page Apr 14, 2021 · 1 revision

CustomElementMeta

exported: CustomElementMeta
kind: object
declaration: const

Properties

attributes

kind: object

name

Type: string
kind: value

symbols

kind: value

Methods

prepare(prototype) => {?}

kind: function

Name Type Description
prototype ?

CustomElement

exported: default
kind: object
declaration: const

Properties

__proto__

Type: HTMLElement
kind: value

Methods

constructor() => {?}

kind: function

pCreate() => {?}

kind: function

attributeChangedCallback(attribute, oldValue, newValue) => {?}

kind: function

Name Type Description
attribute ?
oldValue ?
newValue ?

connectedCallback() => {?}

kind: function

Clone this wiki locally