UNPKG

@syncfusion/ej2-barcode-generator

Version:

Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code.

26 lines (25 loc) 696 B
/** * Data Matrix Generator component */ import { TestHelper } from '@syncfusion/ej2-base/helpers/e2e'; /** * Represents the Data Matrix Generator helpers. */ export declare class DataMatrixGeneratorHelper extends TestHelper { /** * Specifies the ID of the Data Matrix Generator. */ id: string; /** * Specifies the current helper function of the Data Matrix Generator. */ wrapperFn: Function; /** * Constructor for creating the helper object for Data Matrix Generator component. */ constructor(id: string, wrapperFn: Function); /** * Gets the root element of the Data Matrix Generator component. */ getElement(): any; }