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

Method constructor

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

Source from the content-addressed store, hash-verified

51743}
51744class DataSourcePicker extends _react.Component {
51745 constructor(props){
51746 super(props);
51747 this.state = {
51748 url: "",
51749 urlType: DataSourcePicker.urlTypes[0],
51750 working: false
51751 };
51752 }
51753 changeDataSource(dataSource) {
51754 this.setState({
51755 working: true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected