Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_button.h59 static constexpr char BUTTON_STYLE[] = "buttonStyle"; member in OHOS::Ace::Framework::JSButton
H A Djs_button.cpp713 if (optionObj->HasProperty(JSButton::BUTTON_STYLE)) { in ParseCreatePara()
716 if (optionObj->GetProperty(JSButton::BUTTON_STYLE)->IsNumber()) { in ParseCreatePara()
717 auto styleModeIntValue = optionObj->GetProperty(JSButton::BUTTON_STYLE)->ToNumber<int32_t>(); in ParseCreatePara()

Completed in 2 milliseconds