Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/
H A Djs_dialog.cpp128 JSIValue buttonObject = JSI::GetPropertyByIndex(buttonArrayObject, index); in ParseButton() local
129 char *buttonText = JSI::GetStringProperty(buttonObject, buttonTextKey); in ParseButton()
132 char *buttonColorText = JSI::GetStringProperty(buttonObject, buttonColorKey); in ParseButton()
140 JSI::ReleaseValue(buttonObject); in ParseButton()
147 JSI::ReleaseValue(buttonObject); in ParseButton()