coronamtl properties name for maxscript

hi guys, where can I find documentation of coronamtl properties name for maxscript?
I can apply coronamtl to an object with (node.material=coronamtl), but I cannot apply with its properties (node.material=coronamtl diffuse:black reflection:0) just like in vray.

Create an Sphere …
Assign coronamtl to this …
select Sphere …
in maxscript listener window type this:

show $.material

$ means that current selected object …

for access to material class write this:

classof $.material

that’s really help an amateur like me :smiley: thanx grimm.ghiz
I thought that there is a documentation for coronamtl like https://corona-renderer.com/doc/ out there