command property
Command
get
command
Command that displays the documentation to the user.
This can display the documentation directly in the editor or open a website using {@linkcode env.openExternal};
The title of this documentation code action is taken from {@linkcode Command.title}
Implementation
_i3.Command get command => _i5.getProperty(
this,
'command',
);