Add validation for BitShiftLeft
This commit is contained in:
parent
bc76c1e1dc
commit
beb44d1838
@ -27,7 +27,10 @@ class BitShiftLeft extends Operation {
|
|||||||
{
|
{
|
||||||
"name": "Amount",
|
"name": "Amount",
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"value": 1
|
"value": 1,
|
||||||
|
"min": 0,
|
||||||
|
"max": 7,
|
||||||
|
"integer": true,
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user