casparcg-connection
    Preparing search index...

    Interface AddParameters

    interface AddParameters {
        channel: number;
        consumer: string;
        customParams?: Record<string, string | number | boolean | null>;
        parameters: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

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

    Optional custom parameters that will be appended to any command

    parameters: string