A list of the data that has been uploaded (currently can be files, or strings)
If there is any data uploaded yet
When new data is added append it to the state in tabContent so it can be accesses by processChain.
the data to be added to the list
append data at a specific point in the data list
index to add the data at
data to add
remove a data element at a give index
the index of the data element to be removed
Generated using TypeDoc
A list of the data that has been uploaded (currently can be files, or strings)