Home
last modified time | relevance | path

Searched refs:backgroundColorApi (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp524 napi_value backgroundColorApi = nullptr; member
1124 … napi_get_named_property(env, argv[index], "backgroundColor", &asyncContext->backgroundColorApi); in GetNapiNamedProperties()
1301 … napi_get_named_property(env, argv[0], "backgroundColor", &asyncContext->backgroundColorApi); in JSPromptShowDialog()
1308 backgroundColor = GetColorProps(env, asyncContext->backgroundColorApi); in JSPromptShowDialog()
1863 auto backgroundColorProps = GetColorProps(env, asyncContext->backgroundColorApi); in GetPromptActionDialog()