Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp618 napi_value textNApi = nullptr; in ParseButtons() local
631 napi_get_named_property(env, buttonArray, "text", &textNApi); in ParseButtons()
632 if (!GetNapiString(env, textNApi, textString, valueType)) { in ParseButtons()