Interface IRendererConfig
Describes the rendering configuration for the final files.
Package: ui-framework
Properties
format
Format of the output file.
Declaration
format: FormatTypes
Property Value
Type | Description |
---|---|
FormatTypes | Format of the output file. |
height
Height of the output file.
Declaration
height: number
Property Value
Type | Description |
---|---|
number | Height of the output file. |
interpolationMode
Interpolation mode for the output file.
Declaration
interpolationMode: InterpolationModes
Property Value
Type | Description |
---|---|
InterpolationModes | Interpolation mode for the output file. |
safetyLinesEnabled
Whether to render safety lines.
Declaration
safetyLinesEnabled: boolean
Property Value
Type | Description |
---|---|
boolean | Whether to render safety lines. |
watermarkEnabled
Whether to enable watermark.
Declaration
watermarkEnabled: boolean
Property Value
Type | Description |
---|---|
boolean | Whether to enable watermark. |
watermarkOpacity
Opacity of the watermark (0 to 1).
Declaration
watermarkOpacity: number
Property Value
Type | Description |
---|---|
number | Opacity of the watermark (0 to 1). |
watermarkRepeat
Whether to repeat the watermark.
Declaration
watermarkRepeat: boolean
Property Value
Type | Description |
---|---|
boolean | Whether to repeat the watermark. |
width
Width of the output file.
Declaration
width: number
Property Value
Type | Description |
---|---|
number | Width of the output file. |