data-cap
    Preparing search index...

    Interface OwnershipCapabilityRef

    Identifies one capability by where it's declared.

    interface OwnershipCapabilityRef {
        exportName: string;
        file: string;
    }
    Index
    exportName: string

    The binding name the capability is exported as.

    file: string

    Root-relative POSIX path of the file declaring this capability -- carried through verbatim from CapabilityNode.file (see display-path.ts).