casparcg-connection
    Preparing search index...

    Interface MixerCropParameters

    interface MixerCropParameters {
        bottom: number;
        channel: number;
        customParams?: Record<string, string | number | boolean | null>;
        defer?: boolean;
        duration?: number;
        layer: number;
        left: number;
        right: number;
        top: number;
        tween?: TransitionTween;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bottom: number
    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
    left: number
    right: number
    top: number