API ReferencesRsvim APIsnamespacesRsvimCmdtype-aliasesCommandCallbackVersion: NextOn this pageCommandCallbacktype CommandCallback = (ctx) => void; Command callback function, this is the backend logic that implements a user ex command. Parameters ParameterTypectxany Returns void See RsvimCmd.create ,