Skip to content

pantoken / formats/interactions/src / CommandHandler

Alias de tipo: CommandHandler

CommandHandler = (command, source) => void

Se invoca el callback cuando un evento command (o clic alternativo) se resuelve en un objetivo.

Parámetros

command

string

source

Element | null

Devuelve

void