stack

Home > @infiniteobjects/data-types > VideoPrintBase

VideoPrintBase class

Video Print Base

Signature:

export declare class VideoPrintBase implements IVideoPrintBase 

Implements: IVideoPrintBase

Remarks

This is a partial IVideoPrint used as a default for our applications

Properties

Property Modifiers Type Description
backgroundColor?   VideoPrintBaseBackgroundColor (Optional) Background color see RGBA for more info
backgroundImage?   string | null (Optional) Background image
device?   VideoPrintBaseDevice (Optional) Partial IDevice.
printType?   VideoPrintType (Optional) Video Print Type
transform?   VideoPrintBaseTransform (Optional) Partial IVideoTransform

Methods

Method Modifiers Description
fromPlain(plain) static Creates a new instance from a simple object