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

Function elementHasFill

app.js:2009–2011  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

2007}
2008
2009function elementHasFill(type) {
2010 return ["rect", "roundrect", "circle", "button", "card", "header", "progress", "slider", "toggle"].includes(type);
2011}
2012
2013function elementSupportsAction(type) {
2014 return ["button", "card", "header", "label", "text"].includes(type);

Callers 1

updatePropsInputsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected