casparcg-connection
    Preparing search index...

    Interface MixerNumberValue

    interface MixerNumberValue {
        channel: number;
        customParams?: Record<string, string | number | boolean | null>;
        defer?: boolean;
        duration?: number;
        layer: number;
        tween?: TransitionTween;
        value: 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

    defer?: boolean
    duration?: number
    layer: number
    value: number