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

Method constructor

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

Source from the content-addressed store, hash-verified

11626function _DataExportPicker(props1) {
11627 class __DataExportPicker extends (0, _base.base).react.Component {
11628 constructor(props){
11629 super(props);
11630 this.state = this.getInitialState(this.props);
11631 }
11632 getInitialState(props) {
11633 const initialState = {
11634 initializer: props.initializer,

Callers

nothing calls this directly

Calls 1

getInitialStateMethod · 0.95

Tested by

no test coverage detected