casparcg-connection
    Preparing search index...

    Interface CustomCommandParameters

    interface CustomCommandParameters {
        command: string;
        customParams?: Record<string, string | number | boolean | null>;
    }

    Hierarchy (View Summary)

    Index

    Properties

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

    Optional custom parameters that will be appended to any command