Skip to main content
Version: Next

CommandCallback

type CommandCallback = (ctx) => void;

Command callback function, this is the backend logic that implements a user ex command.

Parameters

ParameterType

ctx

any

Returns

void

See

RsvimCmd.create ,