# snk-filter-modal-item



<!-- Auto Generated Below -->


## Properties

| Property     | Attribute      | Description                                                                  | Type                  | Default     |
| ------------ | -------------- | ---------------------------------------------------------------------------- | --------------------- | ----------- |
| `configName` | `config-name`  | Nome da configuração. Serve para distinguir várias instâncias do componente. | `string`              | `undefined` |
| `filterItem` | --             |                                                                              | `SnkFilterItemConfig` | `undefined` |
| `resourceID` | `resource-i-d` | Identificador de recursos como configurações e acesso.                       | `string`              | `undefined` |


## Events

| Event                    | Description | Type                               |
| ------------------------ | ----------- | ---------------------------------- |
| `addPersonalizedFilter`  |             | `CustomEvent<void>`                |
| `editPersonalizedFilter` |             | `CustomEvent<string>`              |
| `filterChange`           |             | `CustomEvent<SnkFilterItemConfig>` |


## Dependencies

### Used by

 - [snk-filter-modal](..)

### Graph
```mermaid
graph TD;
  snk-filter-modal --> snk-filter-modal-item
  style snk-filter-modal-item fill:#f9f,stroke:#333,stroke-width:4px
```

----------------------------------------------


