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

Method constructor

src/frameworks/customtk/plugins/mapview.js:26–38  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

removeKeyFromObjectFunction · 0.90

Tested by

no test coverage detected