Readonlykind: "categorical"ReadonlycategoryIndex: number | nullIndex into categorical.categories[0].values, or null.
ReadonlyvalueColumnIndex: number | nullIndex into categorical.values, or null.
Readonlykind: "table"ReadonlyrowIndex: numberIndex into table.rows.
Where one navigable MAIDR position came from in the data view.
What a visual needs to act on the reader's position — highlight its own mark, or build a selection id and call
selectionManager.select()so the other visuals on the page cross-filter to it:A categorical reference names the category row and the value column; a table reference names the result row. Either index is
nullwhere the position has no such coordinate — a pie built from series alone has no category.