定義某項政策預設為允許所有區域,並將不允許的區域加入不允許清單。
簽名:
export interface AllowByDefault
屬性
屬性 | 類型 | 說明 |
---|---|---|
disallowedRegions | string[] | https://cldr.unicode.org/ 這裡列出兩個字母的萬國碼 (Unicode) 區碼,此為禁用區碼的完整清單。https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json |
allowByDefault.disallowedRegions
https://cldr.unicode.org/ 這裡列出兩個字母的萬國碼 (Unicode) 區碼,此為禁用區碼的完整清單。https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json
簽名:
disallowedRegions: string[];