MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / onDisplaying

Method onDisplaying

tools/mcsim/ControlsPane.js:147–151  ·  view source on GitHub ↗
(container)

Source from the content-addressed store, hash-verified

145 this.data = data;
146 }
147 onDisplaying(container) {
148 let data = this.data;
149 if ("name" in data)
150 model.DEVICE.first.behavior[data.name] = container;
151 }
152 },
153 }),
154 ],

Callers

nothing calls this directly

Calls 5

secondsToStringMethod · 0.80
onDisplayingMethod · 0.65
findIndexMethod · 0.65
activateMethod · 0.45
onDataChangedMethod · 0.45

Tested by

no test coverage detected