mergeConstraints
function mergeConstraints(baseConstraints): (constraints) =>
| undefined
| boolean
| InputConstraintSet;
Merge base constraints with provided base constraints and another constraints
Parameters
| Parameter | Type |
|---|---|
baseConstraints | | undefined | boolean | InputConstraintSet |
Returns
(constraints):
| undefined
| boolean
| InputConstraintSet;
Parameters
| Parameter | Type |
|---|---|
constraints | | undefined | InputDeviceConstraint |
Returns
| undefined
| boolean
| InputConstraintSet