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

Method close

components/DropDownMenu/DropDownModal.js:60–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 close() {
61 const { onClose } = this.props;
62
63 if (_.isFunction(onClose)) {
64 onClose();
65 }
66 }
67
68 emitOnOptionSelectedEvent(option) {
69 const { onOptionSelected } = this.props;

Callers 1

selectOptionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected