Checks if any of the parameters (boolean) are true.
boolean
{ "id": "MyConfigField1", "type": "checkbox",},{ "id": "MyConfigField2", "type": "checkbox",},{ // ... "visible": ["or", ["value", "MyConfigField1"], ["value", "MyConfigField2"]],}, Copy
{ "id": "MyConfigField1", "type": "checkbox",},{ "id": "MyConfigField2", "type": "checkbox",},{ // ... "visible": ["or", ["value", "MyConfigField1"], ["value", "MyConfigField2"]],},
D2RMM v1.6.0
Checks if any of the parameters (
boolean) are true.