Searched defs:AsyncNotifyFormsVisibleCallbackInfo (Results 1 – 1 of 1) sorted by relevance
68 struct AsyncNotifyFormsVisibleCallbackInfo { struct69 napi_env env;70 napi_async_work asyncWork;71 napi_deferred deferred;72 napi_ref callback;73 std::vector<int64_t> formIds;74 bool isVisible;75 int result;