Namespace: AUX_ENV

AUX_ENV

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
Properties:
Name Type Default Description
CHANGE string change
CLICK string click
DONE string done
ERROR string error
GENERATE string generate
Source:

(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
Properties:
Name Type Default Description
PASSWORD string password
TEXT string text
Source:

(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
Properties:
Name Type Default Description
SUCCESS string
FAILURE string
Source:

(static) types :string

Types referenced for the "typeof" command.

Type:
  • string
Properties:
Name Type Default Description
FUNCTION string function
STRING string string
UNDEFINED string undefined
Source: