MCPcopy Create free account
hub / github.com/UI5/webcomponents / formAssociatedCallback

Function formAssociatedCallback

packages/base/src/UI5Element.ts:707–715  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

705 }
706
707 formAssociatedCallback() {
708 const ctor = this.constructor as typeof UI5Element;
709
710 if (!ctor.getMetadata().isFormAssociated()) {
711 return;
712 }
713
714 updateFormValue(this);
715 }
716
717 static get formAssociated() {
718 return this.getMetadata().isFormAssociated();

Callers

nothing calls this directly

Calls 3

updateFormValueFunction · 0.85
isFormAssociatedMethod · 0.80
getMetadataMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…