- Source:
Members
-
(static) defaultIterations
The default number of iterations of PBKDF2 (when unset).
-
- Source:
-
(static) events :string
The actionable events that could be triggered when interacting with the UI.
-
Type:
- string
- Source:
Properties:
Name Type Default Description CHANGEstring change CLICKstring click DONEstring done ERRORstring error GENERATEstring generate -
(static) indentation
The indentation for "pretty-printing" JSON objects.
-
- Source:
-
(static) inputType :string
The text field input type; when "text", the text field shows its contents, when "password", the text field contents are not visible.
-
Type:
- string
- Source:
Properties:
Name Type Default Description PASSWORDstring password TEXTstring text -
(static) logCategory
A "category" to log with, to identify which component the log is coming from; for instance, if a log is coming from within the main thread or a worker thread.
-
- Source:
-
(static) successString :string
The UTF-8 code used to identify "success" or "failure" when communicating back to the user (in this case when saving site attributes). SUCCESS would show up as a "check mark", and FAILURE would show up as a "cross".
-
Type:
- string
- Source:
Properties:
Name Type Default Description SUCCESSstring ✓ FAILUREstring ✗ -
(static) types :string
Types referenced for the "typeof" command.
-
Type:
- string
- Source:
Properties:
Name Type Default Description FUNCTIONstring function STRINGstring string UNDEFINEDstring undefined