AllowByDefault interface

定义政策:默认情况下允许所有区域,并将不允许的区域添加到禁止列表中。

签名

export interface AllowByDefault 

属性

属性 类型 说明
disallowedRegions 字符串[] 禁止使用的双字母 Unicode 区域代码(定义见 https://cldr.unicode.org/)。有关这些区域代码的完整列表,请访问:https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json

allowByDefault.disallowedRegions

禁止使用的双字母 Unicode 区域代码(定义见 https://cldr.unicode.org/)。有关这些区域代码的完整列表,请访问:https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json

签名

disallowedRegions: string[];