Optional
category?: stringOptional
commandBy default, all commands will be available to the command palette. Set this to false to prevent it from appearing in the command palette.
Optional
description?: stringDetail description about the command. It will support some formatting such as markdown, but not confirmed yet.
Optional
icon?: { Optional
dark?: stringIf not specified, the light
icon will be used.
The command id. e.g. just-web.showCommandPalette
It should be unique across the application.
It should follow the <plugin>.<name>
pattern.
For example: just-web.showCommandPalette
The resulting command function will also have this as the name.
Optional
title?: stringName of the command such as Show command palette
.
If not specified,
it is default to Sentence Case of the second part of the id
.
Generated using TypeDoc
Category can be used by the UI to group or filter the command.