API Reference

FinderPatternInnerSettings

Controls the inner dot (the filled center square) of the three corner finder patterns.

Props

PropTypeDefaultDescription
styleFinderPatternInnerStyle'square'Shape of the inner finder pattern dot.
colorstring'#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',
  }"
/>