KC's Workspace
    Preparing search index...

    This is used for relative links within comments/documents. It is used to mark pieces of text which need to be replaced to make links work properly.

    interface RelativeLinkDisplayPart {
        kind: "relative-link";
        target?: FileId;
        targetAnchor?: string;
        text: string;
    }
    Index

    Properties

    kind: "relative-link"
    target?: FileId

    File ID, if present

    targetAnchor?: string

    Anchor within the target file, if present

    text: string

    The original relative text from the parsed comment.