将区域明确添加到许可名单中,以仅允许此类区域使用。
签名:
export interface AllowlistOnly
属性
属性 | 类型 | 说明 |
---|---|---|
allowedRegions | 字符串[] | 允许 https://cldr.unicode.org/ 定义的双字母 Unicode 区域代码。如需查看这些区域代码的完整列表,请访问:https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json |
allowlistOnly.allowedRegions
允许 https://cldr.unicode.org/ 定义的双字母 Unicode 区域代码。如需查看这些区域代码的完整列表,请访问:https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json
签名:
allowedRegions: string[];