Visible stroke gradient properties for Dev- or View mode

Our developers don’t seem to be able to view the properties of a stroke gradient in Dev- or View mode.

If they hit ‘Copy’ on the Border section, they get some line of code describing it `border: 1px solid;

border-image-source: linear-gradient(163.37deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 25.07%);

`

This contains the properties like angle and gradient stops, which are not initially visible in the Inspector.

Would be lovely to expose those properties in Dev- or View mode so our devs doesn’t have to go through so many steps to view the angle of a stroke gradient.

Thanks a lot.