gi-nx
gi-nx / removeLayerFromProject
tsfunction removeLayerFromProject(layerId: string | number): void;
Removes a layer from the project
Parameters
| Parameter | Type | Description |
|---|
layerId | string | number | The layer ID to remove. NB this is different to the projectLayer ID. see deleteProjectLayer |
Returns
void