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

Environment.groupId

함수형 API getGroupId로도 같은 기능을 쓸 수 있어요.

기능 설명

앱인토스에서 제공하는 그룹 ID예요.

상수 값이라 호출 없이 바로 읽어요.

타입

Environment.groupId: string;

Params

없음

Response

문자열이에요.

예시 코드

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

console.log(Environment.groupId);

도움이 되었나요?