Hi @Nik,
The value is a 32bit unsigned integer, so ā¦
An unsigned integer is a 32-bit datum that encodes a nonnegative integer in the range [0 to 4294967295]
Cheers
ā mnse
remark: you can also put other values regarding the js Number specification, but interally it will be casted to unsigned 32bit integer