Home
last modified time | relevance | path

Searched refs:borderWidthApi (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp616 napi_value borderWidthApi = nullptr; member
910 napi_typeof(env, asyncContext->borderWidthApi, &valueType); in GetBorderWidthProps()
916 if (ParseNapiDimensionNG(env, borderWidth, asyncContext->borderWidthApi, DimensionUnit::VP, true)) { in GetBorderWidthProps()
925 napi_get_named_property(env, asyncContext->borderWidthApi, "left", &leftApi); in GetBorderWidthProps()
926 napi_get_named_property(env, asyncContext->borderWidthApi, "right", &rightApi); in GetBorderWidthProps()
927 napi_get_named_property(env, asyncContext->borderWidthApi, "top", &topApi); in GetBorderWidthProps()
928 napi_get_named_property(env, asyncContext->borderWidthApi, "bottom", &bottomApi); in GetBorderWidthProps()
1216 napi_get_named_property(env, argv[index], "borderWidth", &asyncContext->borderWidthApi); in GetNapiNamedProperties()

Completed in 5 milliseconds