Documentation - v1.0.0
    Preparing search index...

    Interface Propagation

    interface Propagation {
        confidence: number;
        from: `node_${string}`;
        property: Property;
    }
    Index

    Properties

    confidence: number
    from: `node_${string}`
    property: Property