gespenst API - v0.1.1
    Preparing search index...

    Interface BashKitAddonReady

    Result produced after a BashKitAddon attaches to a terminal.

    interface BashKitAddonReady {
        connection: TerminalConnection;
        session: BashKitShellSession;
    }
    Index
    connection: TerminalConnection

    Active native terminal transport connection.

    Managed BashKit session.