Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qstdweb::Promise::AwaitResult Struct Reference

#include <qstdweb_p.h>

Collaboration diagram for qstdweb::Promise::AwaitResult:

Public Attributes

emscripten::val value = emscripten::val::undefined()
emscripten::val error = emscripten::val::undefined()

Detailed Description

Definition at line 283 of file qstdweb_p.h.

Member Data Documentation

◆ error

emscripten::val qstdweb::Promise::AwaitResult::error = emscripten::val::undefined()

Definition at line 285 of file qstdweb_p.h.

◆ value

emscripten::val qstdweb::Promise::AwaitResult::value = emscripten::val::undefined()

Definition at line 284 of file qstdweb_p.h.


The documentation for this struct was generated from the following file: