data-cap
    Preparing search index...

    Interface DependencyModelCapabilityEdges

    Every proven edge targeting one capability.

    interface DependencyModelCapabilityEdges {
        capability: { exportName: string; file: string };
        edges: readonly DependencyEdge[];
    }
    Index
    capability: { exportName: string; file: string }

    The capability every edge in edges targets.

    Type Declaration

    • ReadonlyexportName: string

      The binding name the capability is exported as.

    • Readonlyfile: string

      Absolute path of the file declaring the capability.

    edges: readonly DependencyEdge[]

    Every proven edge targeting this capability, in scan order.