Developer Reference / @visdesignlab/upset2-react / getAltTextConfig
Function: getAltTextConfig()
getAltTextConfig(
state
,data
,rows
):AltTextConfig
Defined in: utils/exports.ts:112
Retrieves the alternative text grammar config based on the provided state, data, and rows.
Parameters
state
UpsetConfig
The UpsetConfig state object.
data
CoreUpsetData
The CoreUpsetData object.
rows
Rows
The Rows object.
Returns
AltTextConfig
The AltTextConfig object.