kkrpc
    Preparing search index...

    Interface TauriShellStdioTransportOptions

    Options for creating a Tauri shell stdio transport.

    interface TauriShellStdioTransportOptions {
        child: TauriShellChild;
        stdout: TauriShellStdout;
    }
    Index

    Properties

    Properties

    Child process handle used for outgoing writes.

    Child stdout stream to read incoming frames from.