getGroup 获取枚举群组
getGroup
类型: MethodDeclaration
定义位置: variable.ts
描述
获取枚举群组
参数 groupId
: 群组ID
返回值:枚举群组
参数
参数名 | 类型 | 描述 | 默认值 |
---|---|---|---|
groupId | string | - | - |
返回值
类型: EnumerationGroup \| undefined
枚举群组
源代码
位置: 第 706 行
public getGroup(groupId: string): EnumerationGroup | undefined {
return this.groupMap[groupId]
}
文档生成时间:2025/7/7 12:07:07