NGE IDE

ExplorerCommandPaste

class

Commands available inside the explorer container.

Properties

Name Type Description
group (readonly) GROUP_CUT_COPY_PASTE Command group.
icon (readonly) FaIcon Optional icon describing the command.
id (readonly) "explorer.commands.paste" Unique identifier of the command.
label (readonly) "Coller" Human readable text describing the command.
enabled unknown Gets a value indicating whether the command is enabled.

execute()

Signature

typescript
execute(): void

Returns

void