MCPcopy Create free account
hub / github.com/PaulleDemon/PyUIBuilder / constructor

Method constructor

src/frameworks/tkinter/plugins/mapview.js:25–37  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

23 static requirements = ["tkintermapview"]
24
25 constructor(props) {
26 super(props)
27
28 this.droppableTags = null
29
30 const newAttrs = removeKeyFromObject("layout", this.state.attrs)
31
32 this.state = {
33 ...this.state,
34 widgetName: "Map viewer",
35 size: { width: 400, height: 250 },
36 }
37 }
38
39 // componentDidMount(){
40 // super.componentDidMount()

Callers

nothing calls this directly

Calls 1

removeKeyFromObjectFunction · 0.90

Tested by

no test coverage detected