Access Animator parameters in StateMachineBehaviour Script

Hello i want to Acces and edit the Animator parameters in a StateMachineBehaviour Script.
i tried it with “this.” but it didn’t show up any parameter and tried to Acces it by first setting up a public Animator animatorName but i cant’t put the Animator Component in it.

The animator instance is passed to the callbacks. See the manual: