Searched refs:borderColorApi (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
H A D | prompt_action.cpp | 617 napi_value borderColorApi = nullptr; member 867 napi_typeof(env, asyncContext->borderColorApi, &valueType); in GetBorderColorProps() 872 if (ParseNapiColor(env, asyncContext->borderColorApi, borderColor)) { in GetBorderColorProps() 880 napi_get_named_property(env, asyncContext->borderColorApi, "left", &leftApi); in GetBorderColorProps() 881 napi_get_named_property(env, asyncContext->borderColorApi, "right", &rightApi); in GetBorderColorProps() 882 napi_get_named_property(env, asyncContext->borderColorApi, "top", &topApi); in GetBorderColorProps() 883 napi_get_named_property(env, asyncContext->borderColorApi, "bottom", &bottomApi); in GetBorderColorProps() 1217 napi_get_named_property(env, argv[index], "borderColor", &asyncContext->borderColorApi); in GetNapiNamedProperties()
|
Completed in 5 milliseconds