Skip to content

gi-nx


gi-nx / deleteProjectLayer

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

Promise<void>