casparcg-state
    Preparing search index...

    Interface TemplateLayerBase

    interface TemplateLayerBase {
        cgStop?: boolean;
        media: string | TransitionObject | null;
        templateData?: string | Record<string, any> | null;
        templateFcn?: string;
        templateType?: "flash" | "html";
    }

    Hierarchy (View Summary)

    Index

    Properties

    cgStop?: boolean

    True if the template supports CG STOP, otherwise the template will be cleared with a CLEAR

    media: string | TransitionObject | null

    Template name / file path

    templateData?: string | Record<string, any> | null

    Template data to send to the template

    templateFcn?: string
    templateType?: "flash" | "html"