LmnFilterContainerDirective
Decorators: |
|
Selectors: | [ |
A directive that allows you to group filters together.
Properties
Name | Type | Description |
---|---|---|
groupName r |
| The name of the group of filters. This name is used to register the filters in the filter service. |
selectedValues r |
| The selected values of all filters in the group. @warning You must use this property AFTER the directive is initialized by positioning it in the template after the directive. If you need to print the selected values before, use the output |
selectedValuesChange r |
| Emits every times that the selected values change in any filters of group. |
Methods
clearAll() |
---|
Clear all filters in the group. |
Presentation
|
Returnsvoid |