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