Class Code11BarcodeConfig
Properties
Optional
enabled
enabled?: boolean
Private
Optional
maxLength
maxLength?: number
Private
Optional
minLength
minLength?: number
Methods
setLengthRange
- setLengthRange(minLength, maxLength): void
Parameters
minLength: number
maxLength: number
Returns void
toMap
- toMap(): {
[key: string]: any;
} Returns {
[key: string]: any;
}