MCPcopy Create free account
hub / github.com/microsoft/SandDance / DelayedRender1

Function DelayedRender1

docs/app/js/sanddance-app.js:22831–22837  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

22829 */ var DelayedRender = /** @class */ function(_super) {
22830 (0, _tslib.__extends)(DelayedRender1, _super);
22831 function DelayedRender1(props) {
22832 var _this = _super.call(this, props) || this;
22833 _this.state = {
22834 isRendered: false
22835 };
22836 return _this;
22837 }
22838 DelayedRender1.prototype.componentDidMount = function() {
22839 var _this = this;
22840 var delay = this.props.delay;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected