Searched refs:borderColorApi (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
H A D | prompt_action.cpp | 529 napi_value borderColorApi = nullptr; member 779 napi_typeof(env, asyncContext->borderColorApi, &valueType); in GetBorderColorProps() 784 if (ParseNapiColor(env, asyncContext->borderColorApi, borderColor)) { in GetBorderColorProps() 792 napi_get_named_property(env, asyncContext->borderColorApi, "left", &leftApi); in GetBorderColorProps() 793 napi_get_named_property(env, asyncContext->borderColorApi, "right", &rightApi); in GetBorderColorProps() 794 napi_get_named_property(env, asyncContext->borderColorApi, "top", &topApi); in GetBorderColorProps() 795 napi_get_named_property(env, asyncContext->borderColorApi, "bottom", &bottomApi); in GetBorderColorProps() 1129 napi_get_named_property(env, argv[index], "borderColor", &asyncContext->borderColorApi); in GetNapiNamedProperties()
|