Searched refs:backgroundColorNApi (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
H A D | prompt_action.cpp | 193 void GetToastBackgroundColor(napi_env env, napi_value backgroundColorNApi, std::optional<Color>& backgroundColor) in GetToastBackgroundColor() argument 196 napi_typeof(env, backgroundColorNApi, &valueType); in GetToastBackgroundColor() 199 if (ParseNapiColor(env, backgroundColorNApi, color)) { in GetToastBackgroundColor() 408 napi_value backgroundColorNApi = nullptr; in GetToastParams() local 427 napi_get_named_property(env, argv, "backgroundColor", &backgroundColorNApi); in GetToastParams() 444 GetToastBackgroundColor(env, backgroundColorNApi, toastInfo.backgroundColor); in GetToastParams()
|
Completed in 4 milliseconds