Namespace: OPTIONS_ENV

OPTIONS_ENV

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
Properties:
Name Type Default Description
DOM_CONTENT_LOADED string DOMContentLoaded
CLICK string click
Source:

(static) logCategory

A "category" to log with, to identify which component the log is coming from.

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
OBJECT string object
UNDEFINED string undefined
Source: