MCPcopy Create free account
hub / github.com/shoutem/ui / constructor

Method constructor

html/Html.js:55–63  ·  view source on GitHub ↗
(props, context)

Source from the content-addressed store, hash-verified

53 }
54
55 constructor(props, context) {
56 super(props, context);
57
58 autoBindReact(this);
59
60 this.state = {
61 htmlTree: null,
62 };
63 }
64
65 /**
66 * Get element style from the Html instance style.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected