Class type Goog.​I18n.​charPickerData
class type charPickerData = object..end
method categories : Js.js_string Js.t Js.js_array Js.t Js.prop
Top catagory names of character organization.
method charList :
Js.js_string Js.t Js.js_array Js.t Js.js_array Js.t Js.prop
Character lists in base88 encoding scheme. Each subarray is a list of base88 encoded charater strings representing corresponding subcategory specified in goog.i18n.CharPickerData.categories. Encoding scheme is described in goog.i18n.CharListDecompressor.
method subcategories :
Js.js_string Js.t Js.js_array Js.t Js.js_array Js.t Js.prop
Subcategory names. Each subarray in this array is a list of subcategory names for the corresponding category specified in goog.i18n.CharPickerData.categories.
