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

Environment.groupId

函数式 API getGroupId也可以通过它使用相同的功能。

功能说明

这是 Appintos 提供的组 ID。

是常量值,可直接读取,无需调用。

类型

Environment.groupId: string;

Params

Response

是字符串。

示例代码

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

console.log(Environment.groupId);

这有帮助吗?