foundation-comms.datasource.addview
Home > @genesislcap/foundation-comms > Datasource > addView
Datasource.addView() method
Adds the specified dataview to the datasource.
Signature:
addView?(view: Dataview): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
view |
The dataview to add. |
Returns:
void