LmnFilter
Generic types: | SelectionType |
No documentation has been provided.
See Also
(extended)LmnFilterMultipleSelectionComponent
(extended)LmnFilterSingleSelectionComponent LmnFilterSliderBaseDirective
(extended)FilterGeneralDemoComponent
(extended)
(extended)LmnFilterSliderRangeSelectionComponent
(extended)LmnFilterSliderSelectionComponent
Properties
Name | Type | Description |
---|---|---|
filterId a |
| The filter id. |
selectedValues a |
| A reactive property that represent the selected values. @warning You must use this property AFTER the component is initialized by positioning it in the template after the component declaration. If you need to print the selected values before, use the output |
selectedValuesChange a |
| An output that emits every times the selected values change. The initial value is not emitted. |
Methods
abstract clear() | ||||
---|---|---|---|---|
Clear the selected values. | ||||
Presentation
| ||||
Returnsvoid | ||||
|
abstract selectValues() | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Select the given values. | ||||||||||
Presentation
| ||||||||||
Parameters
Returnsvoid | ||||||||||
|