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

    Options to spawn a new process (spawn).

    For more information please refer to the spawn function of Node's child_process module:

    https://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options

    interface ProcessOptions {
        args?: string[];
        command: string;
        options?: { [key: string]: any };
    }

    Hierarchy (View Summary)

    Index

    Properties

    args?: string[]
    command: string
    options?: { [key: string]: any }

    Type Declaration

    • [key: string]: any

      eslint-disable-next-line @typescript-eslint/no-explicit-any