VariableBindableNodeField
type VariableBindableNodeField =
| 'height'
| 'width'
| 'characters'
| 'itemSpacing'
| 'paddingLeft'
| 'paddingRight'
| 'paddingTop'
| 'paddingBottom'
| 'visible'
| 'topLeftRadius'
| 'topRightRadius'
| 'bottomLeftRadius'
| 'bottomRightRadius'
| 'minWidth'
| 'maxWidth'
| 'minHeight'
| 'maxHeight'
| 'counterAxisSpacing'
| 'strokeWeight'
| 'strokeTopWeight'
| 'strokeRightWeight'
| 'strokeBottomWeight'
| 'strokeLeftWeight'
| 'opacity'
| 'gridRowGap'
| 'gridColumnGap'
A list of node fields that can be bound to a variable.