agentOS API Reference - v0.2.0-rc.3
    Preparing search index...

    Interface OpenShellOptions

    Options for openShell / connectTerminal.

    interface OpenShellOptions {
        args?: string[];
        cols?: number;
        command?: string;
        cwd?: string;
        env?: Record<string, string>;
        rows?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    args?: string[]
    cols?: number
    command?: string
    cwd?: string
    env?: Record<string, string>
    rows?: number