Signal K
    Preparing search index...

    Interface DeltaSubscription

    interface DeltaSubscription {
        context: Context;
        subscribe: {
            format: "delta" | "full";
            minPeriod: number;
            path: Path;
            period: number;
            policy: "instant" | "ideal" | "fixed";
        }[];
    }
    Index

    Properties

    Properties

    context: Context
    subscribe: {
        format: "delta" | "full";
        minPeriod: number;
        path: Path;
        period: number;
        policy: "instant" | "ideal" | "fixed";
    }[]