Rezi
    Preparing search index...

    Type Alias ReproCaptureConfig

    ReproCaptureConfig: Readonly<
        {
            captureDrawlistBytes: boolean;
            captureRawEvents: boolean;
            cursorProtocolVersion: 2;
            fpsCap: number;
            maxDrawlistBytes: number;
            maxEventBytes: number;
            maxFrames: number;
        },
    >

    Capture configuration snapshot stored in the bundle. These fields describe what was captured and the capture bounds.