issue_tree
    Preparing search index...

    Interface ExtractedLink

    One link found in a body of text.

    interface ExtractedLink {
        direction: "outbound" | "inbound";
        kind: LinkKind;
        ref: IssueRef;
    }
    Index

    Properties

    Properties

    direction: "outbound" | "inbound"
    kind: LinkKind
    ref: IssueRef