Hierarchy

Properties

data?: any

The data to send into the template. Fee to be whatever, as long as the template likes it

deviceType: CASPARCG
mixer?: Mixer
name: string

The name/path of the template

templateType?: "html" | "flash"

The type of template to load ('html' or 'flash')

transitions?: {
    inTransition?: TimelineTransition;
    outTransition?: TimelineTransition;
}

Type declaration

type: TEMPLATE

The type of CasparCG content

useStopCommand: boolean

Whether to use CG stop or CLEAR layer when stopping the template. Defaults to false = CLEAR

Generated using TypeDoc