Searched defs:AsyncNotifyFormsVisibleCallbackInfo (Results 1 – 1 of 1) sorted by relevance
50 struct AsyncNotifyFormsVisibleCallbackInfo { struct51 napi_env env;52 napi_async_work asyncWork;53 napi_deferred deferred;54 napi_ref callback;55 std::vector<int64_t> formIds;56 bool isVisible;57 int result;