New to Kendo UI for Angular? Start a free 30-day trial
QRCodeEncoding
Lists the QR Code encoding modes.
The possible values are:
"ISO_8859_1"
—Supports all characters from the ISO/IEC 8859-1 character set.
"UTF_8"
—Supports all Unicode characters.
type
QRCodeEncoding = "ISO_8859_1" | "UTF_8";