Expand description
Cell hyperlinks. Links are cell metadata: the text displayed in the cell is the cell content and is not part of the link.
Structsยง
- Cell
Link View - A link together with the cell (
row,column) it is attached to. This is the shape the bindings expose to UIs, with the link fields flattened:{"row": 2, "column": 2, "dynamic": false, "type": "External", "target": "..."}.