Searched defs:AsyncNotifyVisibleFormsCallbackInfo (Results 1 – 1 of 1) sorted by relevance
29 struct AsyncNotifyVisibleFormsCallbackInfo { struct30 napi_env env;31 napi_async_work asyncWork;32 napi_deferred deferred;33 napi_ref callback;34 std::vector<int64_t> formIds;35 int result;