Developer Reference / @visdesignlab/upset2-react / exportState
Function: exportState()
exportState(
provenance
,data
?,rows
?):void
Defined in: utils/exports.ts:125
Exports the state of the Upset plot.
Parameters
provenance
Trrack
The UpsetProvenance object that tracks the state changes of the Upset component.
data?
any
Optional. The CoreUpsetData data of the Upset component. (Raw Data)
rows?
any
Optional. The rows data of the Upset component. (Processed Data)
Returns
void