gi-nx / deleteProjectLayer
ts
function deleteProjectLayer(projectLayerId: string): Promise<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
Promise<void>