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

Method componentDidMount

src/frameworks/customtk/widgets/frame.js:119–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 }
118
119 componentDidMount(){
120 super.componentDidMount()
121 this.setAttrValue("styling.backgroundColor", "#EDECEC")
122 }
123
124 getConfigCode(){
125 const bg = this.getAttrValue("styling.backgroundColor")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected