MCPcopy Index your code
hub / github.com/cifertech/DisplayKit / elementHasText

Function elementHasText

app.js:2001–2003  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

1999}
2000
2001function elementHasText(type) {
2002 return ["text", "label", "button", "header", "card"].includes(type);
2003}
2004
2005function elementHasValue(type) {
2006 return ["progress", "slider", "toggle"].includes(type);

Callers 5

renderElementsFunction · 0.85
beginInlineTextEditFunction · 0.85
updatePropsInputsFunction · 0.85
generateTFTCodeFunction · 0.85
setSelectedTextAlignFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected