Skip to content

pantoken / formats/interactions/src / CommandHandler

Alias di tipo: CommandHandler

CommandHandler = (command, source) => void

Callback invocata quando un evento command (o un clic di fallback) si risolve in una destinazione.

Parametri

command

string

source

Element | null

Restituisce

void