figma / plugin-typings

Typings for the Figma Plugin API
MIT License
190 stars 44 forks source link

`VariableBindableEffectField` is missing `blur` #273

Closed six7 closed 7 months ago

six7 commented 7 months ago

I'm trying to set the blur value of a shadow effect to a variable, but it seems that's the one field i can't set. Types seem to not even specify blur as a bindable effect field.

declare type VariableBindableEffectField = 'color' | 'radius' | 'spread' | 'offsetX' | 'offsetY'
six7 commented 7 months ago

My fault, turns out radius is what I'm looking for! 🤦