foundation-comms.datasource.dropview
Home > @genesislcap/foundation-comms > Datasource > dropView
Datasource.dropView() method
Removes the specified dataview from the datasource.
Signature:
dropView?(view: Dataview): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
view |
The dataview to remove. |
Returns:
void