@empathyco/x-components
Version:
Empathy X Components
23 lines (14 loc) • 887 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [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
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [filters](./x-types.simplefacet.filters.md) | | [SimpleFilter](./x-types.simplefilter.md)<!-- -->\[\] | Filters available for the facet. |
| [modelName](./x-types.simplefacet.modelname.md) | | 'SimpleFacet' | Model name to indicate the facet type. |