src/lib/markup-kit/modals/right-filter/right-filter.component.ts
Component representing the right filter.
OnInit
selector | mefdev-right-filter |
styleUrls | ./right-filter.component.scss |
templateUrl | ./right-filter.component.html |
Properties |
Methods |
constructor(filteredFieldService: FilteredFieldService)
|
||||||
Parameters :
|
modalIsCloused |
modalIsCloused()
|
Event handler for when the modal is closed. Sets the isOpen flag to false.
Returns :
void
|
openModal |
openModal()
|
Opens or closes the right filter modal.
Returns :
void
|
isOpen |
Type : boolean
|
Default value : false
|
Flag indicating whether the right filter is open or closed. |