Loom Engine - v3.1.1
    Preparing search index...

    Interface LagCompensationWsHandle<TState, TInput>

    interface LagCompensationWsHandle<TState = unknown, TInput = unknown> {
        lag: LagCompensation<TState, TInput>;
        ingest(raw: string): string;
    }

    Type Parameters

    • TState = unknown
    • TInput = unknown
    Index

    Properties

    Methods

    Properties

    Methods