Skip to content

gi-nx


gi-nx / deleteProjectLayer

ts
function deleteProjectLayer(projectLayerId: string): void;

Removes a layer from the project

Parameters ​

ParameterTypeDescription
projectLayerIdstringThe projectLayer ID to remove. NB this is different to the layer ID. see removeLayerFromProject

Returns ​

void