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

Function elementHasValue

app.js:2005–2007  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

2003}
2004
2005function elementHasValue(type) {
2006 return ["progress", "slider", "toggle"].includes(type);
2007}
2008
2009function elementHasFill(type) {
2010 return ["rect", "roundrect", "circle", "button", "card", "header", "progress", "slider", "toggle"].includes(type);

Callers 1

updatePropsInputsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected