Preparing search index...
The search index is not available
@chili-publish/studio-sdk
@chili-publish/studio-sdk
types/FrameTypes
BarcodeFrame
Type Alias BarcodeFrame
BarcodeFrame
:
{
barcodeProperties
:
{
backgroundColor
:
ColorUsage
;
barColor
:
ColorUsage
;
barHeight
:
number
;
characterSet
?:
BarcodeCharacterSet
;
drawStartStopChars
:
boolean
;
enableBackground
:
boolean
;
enableBarColor
:
boolean
;
enableText
:
boolean
;
errorCorrectionLevel
?:
BarcodeErrorCorrectionLevel
;
magnification
:
number
;
quietZone
:
QuietZone
;
}
;
barcodeType
:
BarcodeType
;
blendMode
:
BlendMode
;
id
:
Id
;
name
:
string
;
src
?:
BarcodeSource
;
type
:
barcode
;
}
Type declaration
barcodeProperties
:
{
backgroundColor
:
ColorUsage
;
barColor
:
ColorUsage
;
barHeight
:
number
;
characterSet
?:
BarcodeCharacterSet
;
drawStartStopChars
:
boolean
;
enableBackground
:
boolean
;
enableBarColor
:
boolean
;
enableText
:
boolean
;
errorCorrectionLevel
?:
BarcodeErrorCorrectionLevel
;
magnification
:
number
;
quietZone
:
QuietZone
;
}
barcodeType
:
BarcodeType
blendMode
:
BlendMode
id
:
Id
name
:
string
Optional
src
?:
BarcodeSource
type
:
barcode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@chili-publish/studio-sdk
Loading...