We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b67281 commit ea0880fCopy full SHA for ea0880f
1 file changed
lib/public/components/Filters/LhcFillsFilter/StableBeamFilterModel.js
@@ -14,13 +14,12 @@
14
import { SelectionModel } from '../../common/selection/SelectionModel.js';
15
16
/**
17
- * Stable beam filter filter model
+ * Stable beam filter model
18
* Holds true or false value
19
*/
20
export class StableBeamFilterModel extends SelectionModel {
21
22
* Constructor
23
- * @param {boolean} value if true sets the filter's starting value to be true.
24
25
constructor() {
26
super({ availableOptions: [{ value: true }, { value: false }],
0 commit comments