foundation-comms.datasource.datahandler
Home > @genesislcap/foundation-comms > Datasource > dataHandler
Datasource.dataHandler() method
Handles the specified data and returns it.
Signature:
dataHandler?(data: Array<any>): Array<any>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
data |
Array<any> |
The data to handle. |
Returns:
Array<any>
The handled data.