Skip to content

gi-nx


gi-nx / createLayerGroup

ts
function createLayerGroup(groupName: string, children?: string[]): void;

Create an empty group in the layer tree.

Parameters

ParameterType
groupNamestring
children?string[]

Returns

void