Skip to content

gi-nx


gi-nx / removeLayerGroup

ts
function removeLayerGroup(groupName: string): void;

Remove a group from the layer tree. Layers in the group will be moved out, but not deleted.

Parameters

ParameterType
groupNamestring

Returns

void