MCPcopy Create free account
hub / github.com/microsoft/SandDance / constructor

Method constructor

docs/app/js/sanddance-app.js:355–363  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

353function _PositionedColumnMap(props1) {
354 class __PositionedColumnMap extends (0, _base.base).react.Component {
355 constructor(props){
356 super(props);
357 const { left , top } = props;
358 this.state = {
359 left,
360 top
361 };
362 this.dropdownRef = (0, _base.base).react.createRef();
363 }
364 focus() {
365 if (!this.focused) {
366 this.focused = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected