Methods
-
Symbol.dispose()
-
Description
Dispose of the instance.
Details
-
<async> handleEvent()
-
Description
Event listener callback.
Details
-
<private> load()
-
Details
-
<private> save( reason )
-
Parameters
Name Type Description reasonstring Attached to mutex as a debugging aid.
Details
-
<private> valueChangeListener( key, oldValue, newValue, remote )
-
Parameters
Name Type Description keystring The name of the observed variable.
oldValueobject The old value of the observed variable.
newValueobject The new value of the observed variable.
remoteboolean Same script or different tab.
Details
-
<private> onLoggerConfig( evt, record )
-
Parameters
Name Type Description evtstring Type of mutation.
recordNexusHoratio.base.Logger~ConfigMutationRecord Details about the mutation.
Details