Functions
We offer direct access to specific functions. This prevents the need of needing to embed yet another library that offers the same functions. Below are two examples:
Generating a uuid, as our JavaScript has this build in.
rumv('uuid');
Getting the current scrolling position:
rumv('position');
Do note that the availability of the latter depends on your snippet configuration per domain.