WsCommandBody: {
    command: string[];
    data?: string | Buffer;
    ttyHeight?: number;
    ttyWidth?: number;
}

Type declaration

  • command: string[]
  • Optional data?: string | Buffer

    Must be Base64 encoded!

  • Optional ttyHeight?: number
  • Optional ttyWidth?: number