IronCalc Wasm
    Preparing search index...

    Type Alias Link

    Link:
        | { target: string; tooltip?: string
        | null; type: "External" }
        | { location: string; tooltip?: string | null; type: "Internal" }

    A cell hyperlink. The link is cell metadata: the text displayed in the cell is the cell content, not part of the link. External links point to a resource outside the workbook (an URL, a mailto: URI or a file). Internal links point to a location in this workbook: a cell reference like "Sheet1!A30" or a defined name.