UNPKG

@empathyco/x-components

Version:
79 lines (36 loc) 1.11 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [SimpleFacet](./x-types.simplefacet.md) ## SimpleFacet interface Simple facet is a trait for filtering results. It extends from [Facet](./x-types.facet.md)<!-- -->, changes the modelName and uses [SimpleFilter](./x-types.simplefilter.md) as filters. **Signature:** ```typescript export interface SimpleFacet extends Facet ``` **Extends:** [Facet](./x-types.facet.md) ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [filters](./x-types.simplefacet.filters.md) </td><td> </td><td> [SimpleFilter](./x-types.simplefilter.md)<!-- -->\[\] </td><td> Filters available for the facet. </td></tr> <tr><td> [modelName](./x-types.simplefacet.modelname.md) </td><td> </td><td> 'SimpleFacet' </td><td> Model name to indicate the facet type. </td></tr> </tbody></table>