Perspective Map - Any way to change the size of a View layer?

v8.1.5

I have a map which has some view layers added (props.layers.ui.view), however they’re far too big when zoomed out and a little too small when zoomed in. With circles layers, I was able to script the radius of them based on the zoom level, however it doesn’t look like that’s possible for View layers, unless i’m missing something?

I ended up doing this inside of the View itself which probably makes more sense as you then have full control over how things shrink up.