in apis/latest/scripts/components/FilterGroup.js [2:15]
constructor(props) {
super(props);
this.filterToggleRef = findRef(".filterToggleButton");
this.filterLowerContainerRef = findRef(".filterLowerContainer");
withEvent(
this.filterToggleRef,
"click",
this.props.onFilterVisibilityChange
);
this.render(this.props);
}