Searched refs:onHide (Results 1 – 3 of 3) sorted by relevance
26 this.onHide = this.onHide.bind(this)29 onHide (terminal) { method in Windows47 onClose={() => this.onHide('showTopTerminal')}55 onClose={() => this.onHide('showMiddleTerminal')}63 onClose={() => this.onHide('showBottomTerminal')}
36 this.onHide = this.onHide.bind(this)39 onHide () { method in Accordion46 …<SectionButton isOpen={this.state.isOpen} onClick={this.onHide}>{this.props.section}</SectionButto…
67 onHide: function () { method