Searched defs:GetEditorAttributeContext (Results 1 – 1 of 1) sorted by relevance
216 struct GetEditorAttributeContext : public AsyncCall::Context { struct218 GetEditorAttributeContext() : Context(nullptr, nullptr){}; in GetEditorAttributeContext() argument219 …GetEditorAttributeContext(InputAction input, OutputAction output) : Context(std::move(input), std:… in GetEditorAttributeContext() argument220 napi_status operator()(napi_env env, napi_value *result) override in operator()