What is $$ in WebdriverIO?

What is $$ in WebdriverIO?

The $$ command is a shortcut for calling the findElements command to get a list of all the elements on the page. It delivers an array of element results with an extended prototype that may be used to call action commands without having to specify a selection.