MCPcopy Create free account
hub / github.com/shoutem/ui / collapse

Method collapse

components/DropDownMenu/DropDownMenu.js:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 }
40
41 collapse() {
42 this.setState({ collapsed: true });
43 }
44
45 close() {
46 this.setState({ collapsed: false });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected