- Source:
Methods
(static) digitize(value, optionsopt) → {array}
Digitize a number, string, or an array into a digitized array. This function
use by the Face
, which convert the digitized array into an array of List
instances.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
value |
* | The value to digitize. |
|
options |
Object | undefined |
<optional> |
The digitizer options. |
- Source:
Returns:
- The digitized array.
- Type
- array