MCPcopy
hub / github.com/lit/lit / firstUpdated

Method firstUpdated

packages/reactive-element/src/test/reactive-element_test.ts:1979–1982  ·  view source on GitHub ↗
(changedProperties: PropertyValues)

Source from the content-addressed store, hash-verified

1977 }
1978
1979 override firstUpdated(changedProperties: PropertyValues) {
1980 this.changedProperties = changedProperties;
1981 this.wasFirstUpdated++;
1982 }
1983 }
1984 customElements.define(generateElementName(), E);
1985 const el = new E();

Callers 1

_$didUpdateFunction · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected