MCPcopy Create free account
hub / github.com/CloudOrc/SolidUI / constructor

Method constructor

solidui-web/src/views/html/HtmlSolidView.tsx:37–46  ·  view source on GitHub ↗
(props: T)

Source from the content-addressed store, hash-verified

35 resizeTimer?: any;
36
37 constructor(props: T) {
38 super(props);
39
40 this.divRef = React.createRef();
41
42 this.reFetchData = this.reFetchData.bind(this);
43 this.reload = this.reload.bind(this);
44
45 this.resize = this.resize.bind(this);
46 }
47
48 reFetchData() {}
49

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected