SiFilterPillComponent documentation¶
selector
si-filter-pillInput Properties¶
| Name | Type | Default | Description |
|---|---|---|---|
| disabled ¶ | boolean | false | Whether the pill's delete button is disabled. |
| filter | Filter | Settings of the filter pill. | |
| totalPills ¶ | number | 0 | Total number of filter pills currently displayed. |
Output Properties¶
| Name | Type | Description |
|---|---|---|
| deleteFilters ¶ | Filter | Emits the filter when its delete button is clicked. |
Types Documentation¶
|
| Represents a translatable string. This can either be a translation key, e.g. ACTIONS.EDIT that will be automatically translated when displayed on the UI or a pre-translated string, e.g. Edit . Equivalent to a normal string in usage and functionality. |
|---|
| Deprecated: FilterStatusType has been deprecated as it no longer has any visual effect on filter pills. This type will be removed in the next major version. Please remove any usage of the status property from your Filter objects as it is now ignored by the component. |
|---|
Except where otherwise noted, content on this site is licensed under MIT License.