MCPcopy Create free account
hub / github.com/sshwsfc/xadmin / renderGLDom

Method renderGLDom

xadmin-dashboard/src/widgets/WebGL.js:56–62  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

54
55 // render the dom
56 renderGLDom(cb) {
57 if(this.initing) return
58 this.getGLInstance(glObj => {
59 glObj.setOption(this.props)
60 cb(glObj)
61 })
62 }
63
64 getGLInstance(cb) {
65 if(this.init) {

Callers 2

componentDidMountMethod · 0.95
componentDidUpdateMethod · 0.95

Calls 1

getGLInstanceMethod · 0.95

Tested by

no test coverage detected