Searched defs:GetEditorAttributeContext (Results 1 – 1 of 1) sorted by relevance
207 struct GetEditorAttributeContext : public AsyncCall::Context { struct211 GetEditorAttributeContext() : Context(nullptr, nullptr){}; in GetEditorAttributeContext() argument212 …GetEditorAttributeContext(InputAction input, OutputAction output) : Context(std::move(input), std:… in GetEditorAttributeContext() argument214 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()219 napi_status operator()(napi_env env, napi_value *result) override in operator()