Global

Type Definitions

SignatureChange()

Be notified when a signature changes.
This:
Source:
Example
change: function() {
  console.log('Signature changed');
}