casparcg-connection
    Preparing search index...

    Interface CallParameters

    interface CallParameters {
        channel: number;
        customParams?: Record<string, string | number | boolean | null>;
        layer: number;
        param: string;
        value?: string | number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    channel: number
    customParams?: Record<string, string | number | boolean | null>

    Optional custom parameters that will be appended to any command

    layer: number
    param: string
    value?: string | number