showOk()

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


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

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