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