Source view

source:hide#

Emitted when source:hide UI is closed.

Type: signal.

Payload: none.

Example:

app.on('source:hide', () => {
  // react to the signal
});

source:show#

Emitted when source:show UI becomes visible.

Type: signal.

Payload: none.

Example:

app.on('source:show', () => {
  // react to the signal
});