showAlert()

in src/com.jetbrains.youtrack.sdPlugin/libs/js/stream-deck.js [25:31]


	showAlert(context) {
		if (!context) {
			console.error('A context is required to showAlert on the key.');
		}

		this.send(context, Events.showAlert);
	}