/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-stepperitem.md | 26 ### prevLabel subsection 28 prevLabel(value: string)
|
H A D | ts-basic-components-stepper.md | 61 点击当前StepperItem的prevLabel进行步骤切换时触发该回调;或点击当前StepperItem的nextLabel,当前页面不为步骤导航器最后一个StepperItem且ItemSta… 95 点击StepperItem的prevLabel切换上一步骤时触发该回调。 170 .prevLabel('Previous')
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-container-stepper.md | 139 prevLabel: 'BACK', 145 prevLabel: 'BACK', 151 prevLabel: 'BACK',
|
H A D | js-components-container-stepper-item.md | 31 | prevLabel | string | - | 步骤导航器底部回退文本按钮的描述文本。 |
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ui-js-components-stepper.md | 128 prevLabel: 'BACK', 133 prevLabel: 'BACK', 373 prevLabel: 'The text on the left of the starting step is invalid.', 377 prevLabel: 'toggle',
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_stepper_item_bridge.cpp | 57 std::string prevLabel = valueArg->ToString(vm)->ToString(vm); in SetPrevLabel() local 58 GetArkUINodeModifiers()->getStepperItemModifier()->setPrevLabel(nativeNode, prevLabel.c_str()); in SetPrevLabel()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-stepper.md | 61 Invoked when the **prevLabel** of the current **StepperItem** is clicked to switch to the previous … 95 Invoked when the **prevLabel** of the current **StepperItem** is clicked to switch to the previous … 168 .prevLabel('Previous')
|
H A D | ts-basic-components-stepperitem.md | 26 ### prevLabel subsection 28 prevLabel(value: string)
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-components-stepper.md | 128 prevLabel: 'BACK', 133 prevLabel: 'BACK', 373 prevLabel: 'The text on the left of the starting step is invalid.', 377 prevLabel: 'toggle',
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-container-stepper.md | 142 prevLabel: 'BACK', 148 prevLabel: 'BACK', 154 prevLabel: 'BACK',
|
H A D | js-components-container-stepper-item.md | 31 | prevLabel | string | - | Text content of the previous button at the bottom of the step navigator.|
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkStepperItem.ts | 21 prevLabel(value: string): this {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/ |
H A D | arkComponent.d.ts | 1288 prevLabel(value: string): this;
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-arkui.md | 2807 …ItemAttribute;<br>方法or属性:prevLabel(value: string): StepperItemAttribute;<br>旧版本信息:|类名:StepperItemA…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 24401 prevLabel(value) { method in ArkStepperItemComponent
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-arkui.md | 2807 …: prevLabel(value: string): StepperItemAttribute;<br>Old version information: |Class name: Stepper…
|