ThaiQRPaymentMatrixProps
Defined in: react/src/index.tsx:37
Extends
Section titled “Extends”QRSvgOptions
Properties
Section titled “Properties”amount?
Section titled “amount?”
optionalamount?:number
Defined in: react/src/index.tsx:39
ariaLabel?
Section titled “ariaLabel?”
optionalariaLabel?:string
Defined in: react/src/index.tsx:45
background?
Section titled “background?”
optionalbackground?:string
Defined in: render/dist/matrix-svg.d.ts:19
Background colour (set to transparent to omit). Defaults to #fff.
Inherited from
Section titled “Inherited from”QRSvgOptions.background
className?
Section titled “className?”
optionalclassName?:string
Defined in: react/src/index.tsx:43
errorCorrectionLevel?
Section titled “errorCorrectionLevel?”
optionalerrorCorrectionLevel?:ErrorCorrectionLevel
Defined in: react/src/index.tsx:42
foreground?
Section titled “foreground?”
optionalforeground?:string
Defined in: render/dist/matrix-svg.d.ts:17
Dark module colour. Defaults to #000.
Inherited from
Section titled “Inherited from”QRSvgOptions.foreground
fromSatang?
Section titled “fromSatang?”
optionalfromSatang?:boolean
Defined in: react/src/index.tsx:41
quietZone?
Section titled “quietZone?”
optionalquietZone?:number
Defined in: render/dist/matrix-svg.d.ts:15
Quiet-zone width in modules. EMVCo recommends 4.
Inherited from
Section titled “Inherited from”QRSvgOptions.quietZone
recipient
Section titled “recipient”recipient:
string
Defined in: react/src/index.tsx:38
recipientType?
Section titled “recipientType?”
optionalrecipientType?:PromptPayRecipientType
Defined in: react/src/index.tsx:40
rootAttributes?
Section titled “rootAttributes?”
optionalrootAttributes?:Record<string,string>
Defined in: render/dist/matrix-svg.d.ts:21
Additional attributes added verbatim to the root <svg> element.
Inherited from
Section titled “Inherited from”QRSvgOptions.rootAttributes
optionalsize?:number
Defined in: render/dist/matrix-svg.d.ts:13
Output width in user units (px by default). Defaults to module count.
Inherited from
Section titled “Inherited from”QRSvgOptions.size
style?
Section titled “style?”
optionalstyle?:CSSProperties
Defined in: react/src/index.tsx:44