API Reference
FinderPatternInnerSettings
Controls the inner dot (the filled center square) of the three corner finder patterns.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
style | FinderPatternInnerStyle | 'square' | Shape of the inner finder pattern dot. |
color | string | '#000000' | Fill color when no parent gradient is set. |
Inner patterns support all outer styles plus:
diamond, star, heart, hashtag, microchip. Style gallery
vue
<VueQRCode
:finder-pattern-inner-settings="{
style: 'microchip',
color: '#10b981',
}"
/>