* Resets filters offering all bricks available in the library. * @return {LibraryModalView} Fluent interface
()
| 21 | * @return {LibraryModalView} Fluent interface |
| 22 | */ |
| 23 | clearFilter () { |
| 24 | this._filteredLibrary = this._library |
| 25 | this.refresh() |
| 26 | return this |
| 27 | } |
| 28 | |
| 29 | /** |
| 30 | * Applies the given filter callback on the brick library array. |
no test coverage detected