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?