data-cap
    Preparing search index...

    Interface FindingLocationCapability

    A finding's capability locator -- shared by every FindingLocation variant except "none".

    interface FindingLocationCapability {
        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 the capability -- carried through verbatim from CapabilityNode.file (see display-path.ts).