image.set('rotZ', 60)

or

image.set({
  rotZ = 60,
  foo  = 'bar',
}
1 Like