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