> - **OS**: * > - **Browser**: * <!-- If reporting an issue with configuration or installation, please also include your node and npm versions (both use the `-v` flag). --> ```js this.visible = !this.visible; this.children.forEach(c => c.visible = this.visible); ```