Theia API Documentation v1.65.0
    Preparing search index...

    A command chat response content represents a command that is offered to the user for execution. It either refers to an already registered Theia command or provides a custom callback. If both are given, the custom callback will be preferred.

    Implements

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    args?: unknown[]
    command?: Command
    customCallback?: CustomCallback
    kind: "command" = 'command'

    Accessors

    Methods