Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_stepper_bridge.cpp21 … shared_ptr<JsRuntime> runtime, const shared_ptr<JsValue>& valObject, StepperLabels& stepperLabel) in GetAttrLabel() argument
49 stepperLabel.leftLabel = valStr; in GetAttrLabel()
51 stepperLabel.rightLabel = valStr; in GetAttrLabel()
53 stepperLabel.initialStatus = valStr; in GetAttrLabel()
H A Djsi_stepper_bridge.h28 …(shared_ptr<JsRuntime> runtime, const shared_ptr<JsValue>& valObject, StepperLabels& stepperLabel);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.h151 void SetStepperLabel(const StepperLabels& stepperLabel) in SetStepperLabel() argument
153 stepperLabel_ = std::make_unique<StepperLabels>(stepperLabel); in SetStepperLabel()