INamedCommand

A command with a name and possibly a parent.

Inheritors

Properties

Link copied to clipboard
abstract val name: String

The name of this command.

Link copied to clipboard

The parent of this command, null for top-level commands.

Link copied to clipboard
abstract val path: CommandPath

The complete path that leads to this command.