Skip to main content
Version: Next

RsvimCmd

Type Aliases

Type AliasDescription

CommandAttributes

Command attributes.

See

RsvimCmd.create

CommandCallback

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

It accepts a ctx parameter that indicates runtime information when the command is executed.

See

CommandContext

Command runtime context.

When a command is been execute, runtime information will be passed to the command callback function.

CommandDefinition

Command definition.

CommandOptions

Command options when creating a command.

See

RsvimCmd.create