AnnotationProperty
interface AnnotationProperty {
readonly type: AnnotationPropertyType
}
type AnnotationPropertyType =
| 'width'
| 'height'
| 'maxWidth'
| 'minWidth'
| 'maxHeight'
| 'minHeight'
| 'fills'
| 'strokes'
| 'effects'
| 'strokeWeight'
| 'cornerRadius'
| 'textStyleId'
| 'textAlignHorizontal'
| 'fontFamily'
| 'fontStyle'
| 'fontSize'
| 'fontWeight'
| 'lineHeight'
| 'letterSpacing'
| 'itemSpacing'
| 'padding'
| 'layoutMode'
| 'alignItems'
| 'opacity'
| 'mainComponent'
| 'gridRowGap'
| 'gridColumnGap'
| 'gridRowCount'
| 'gridColumnCount'
| 'gridRowAnchorIndex'
| 'gridColumnAnchorIndex'
| 'gridRowSpan'
| 'gridColumnSpan'
A property pinned in an Annotation.