MCPcopy
hub / github.com/react-designer/react-designer / getObjectComponent

Function getObjectComponent

src/Designer.js:359–362  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

357 }
358
359 getObjectComponent(type) {
360 let {objectTypes} = this.props;
361 return objectTypes[type];
362 }
363
364 getCanvas() {
365 let {width, height} = this.props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected