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

Method onClosed

types/reactstrap-tests.tsx:1250–1252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1248 }
1249
1250 onClosed() {
1251 this.setState({ ...this.state, status: 'Closed' });
1252 }
1253
1254 toggle() {
1255 const status = !this.state.collapse ? 'Opening...' : 'Closing...';

Callers 3

onClosedFunction · 0.80
onClosedFunction · 0.80
onClosedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected