# ListViewFilters
# Props
| Prop name | Description | Type | Values | Default | Required |
|---|---|---|---|---|---|
| hide-filter-button | bool() | false | |||
| title | string() | def( | false | ||
| payload | All the filters that are applied are called the payload | shape | [] | false | |
| static-filters | Static filters are applied by the developer | shape | [] | false | |
| filters | The filters that we need to show in the Drawer | shape | [] | false | |
| metadata-filters | All the filters that we have received in the metadata-call | shape | [] | false |
# Slots
| Name | Description | Bindings |
|---|---|---|
| default | ||
| filters |
<ListViewFilters>Default Example Usage</ListViewFilters>