Searched defs:PromptAsyncContext (Results 1 – 1 of 1) sorted by relevance
511 struct PromptAsyncContext { struct512 napi_env env = nullptr;545 std::string titleString;546 std::string messageString;548 bool autoCancelBool = true;551 bool isModalBool = true;560 int32_t callbackType = -1;561 int32_t successType = -1;562 bool valid = true;563 int32_t instanceId = -1;[all …]