QRCodeHandle
Interface
Represents the ref of the QRCode component.
Definition
Package:@progress/kendo-react-barcodes
Properties
element
null | HTMLDivElement
The current root DOM element or null.
Exports the component as an image. The export operation runs asynchronously and returns a promise.
Parameters:options?ImageExportOptions
The parameters for the exported image.
Returns:Promise<string>
Exports the component as an SVG document. The export operation runs asynchronously and returns a promise.
Parameters:options?SVGExportOptions
The parameters for the exported file.
Returns:Promise<string>
Exports a QRCode component as a Drawing Scene.
Parameters:options?any
The parameters for the export operation.
Returns:Group
props
Readonly<QRCodeProps>
The props of the QRCode component.
surface
null | Surface
Gets the Drawing Surface of the QRCode.