Signal K
    Preparing search index...

    Interface NormalizedDelta

    interface NormalizedDelta {
        $source: SourceRef;
        context: Context;
        isMeta: boolean;
        path: Path;
        source: any;
        value: Value;
    }

    Hierarchy

    Index

    Properties

    $source: SourceRef
    context: Context
    isMeta: boolean
    path: Path
    source: any
    value: Value