MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / constructor

Method constructor

types/reactstrap-tests.tsx:4624–4632  ·  view source on GitHub ↗
(props: any)

Source from the content-addressed store, hash-verified

4622
4623 state: any;
4624 constructor(props: any) {
4625 super(props);
4626 this.state = { activeIndex: 0 };
4627 this.next = this.next.bind(this);
4628 this.previous = this.previous.bind(this);
4629 this.goToIndex = this.goToIndex.bind(this);
4630 this.onExiting = this.onExiting.bind(this);
4631 this.onExited = this.onExited.bind(this);
4632 }
4633
4634 onExiting() {
4635 this.animating = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected