Skip to content

gi-nx


gi-nx / getGroupEditMode

ts
function getGroupEditMode(): string;

The groupID currently being edited, or null when not in group edit mode.

Returns ​

string

Example ​

ts
const groupId = await rpc.invoke("getGroupEditMode", []);