CommandRegistry

Application-wide commands contributed by addins.

Inheritors

AndroidCommandRegistry
JsCommandRegistry
JvmCommandRegistry
NativeCommandRegistry
WasmJsCommandRegistry

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard
abstract fun invoke(index: Int): Boolean
Link copied to clipboard
abstract fun invokeById(id: String): Boolean

Survives the list changing underneath, which an index does not.