For the complete documentation index, see llms.txt. This page is also available as Markdown.

Environment.groupId

Functional API getGroupIdYou can use the same feature with it as well.

Feature description

This is the group ID provided by Appintos.

It's a constant value, so you can read it directly without calling anything.

Type

Environment.groupId: string;

Params

None

Response

It's a string.

Example code

import { Environment } from "@apps-in-toss/web-framework";

console.log(Environment.groupId);

Was this helpful?