UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

10 lines 596 B
import { FacetColumnRequest } from '@sage-bionetworks/synapse-types'; /** * Determines which facet filters should be shown after loading a new bundle. The shown facets will be the first * three available facets, plus any other facets that have a filter applied. * @param facetColumns * @param selectedFacets * @returns the columnNames of the facets that should be shown. */ export declare function getDefaultShownFacetFilters(facetColumns: string[], selectedFacets?: FacetColumnRequest[], initialExpandedFacetControls?: string[]): Set<string>; //# sourceMappingURL=FacetFilterUtils.d.ts.map