MCPcopy Index your code
hub / github.com/UI5/webcomponents / isInputElement

Function isInputElement

packages/base/src/features/InputElementsFormSupport.ts:83–85  ·  view source on GitHub ↗
(element: IFormInputElement | UI5Element)

Source from the content-addressed store, hash-verified

81};
82
83const isInputElement = (element: IFormInputElement | UI5Element): element is IFormInputElement => {
84 return "formFormattedValue" in element && "name" in element;
85};
86
87export {
88 updateFormValue,

Callers 2

updateFormValueFunction · 0.85
submitFormFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…