LmnFilterSingleSelectionComponent
Decorators: |
|
Generic types: | SelectionValueType |
Selectors: |
|
Extends: |
|
No documentation has been provided.
Properties
Name | Type | Description |
---|---|---|
filterId r implements
|
| The id of the filter. @required |
inputRadioName r |
| The name of the input radio. @required |
items r |
| The items of the filter. |
nativeElement r | HTMLElement | The native element of the filter. |
negative r |
| Whether the filter is negative. |
radioGroupConfiguration r |
| The radio group configuration. |
selectedValues r implements
|
| The selected values of the filter. @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 r implements
|
| The selected values change of the filter. |
Methods
clear()implements
| ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Clear the selected values. | ||||||||||||||
Presentation
| ||||||||||||||
Parameters
Returnsvoid | ||||||||||||||
|
selectValues()implements
| ||||||
---|---|---|---|---|---|---|
Selects the value of the filter. | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |