NGE IDE

ExplorerCommandCreateFolder

class

Commands available inside the explorer container.

Properties

Name Type Description
group (readonly) GROUP_WORKSPACE Command group.
icon (readonly) CodIcon Optional icon describing the command.
id (readonly) "explorer.commands.create-folder" Unique identifier of the command.
label (readonly) "Nouveau dossier" Human readable text describing the command.
enabled unknown Gets a value indicating whether the command is enabled.

execute()

Signature

typescript
execute(): void

Returns

void