Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-swiper.md429 ### indicatorInteractive<sup>12+</sup>
431 indicatorInteractive(value: boolean)
1302 该示例通过indicatorInteractive接口,实现了控制导航点交互的功能。
1359 .indicatorInteractive(true)
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkSwiper.ts141 indicatorInteractive(value: boolean): this {
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-swiper.md429 ### indicatorInteractive<sup>12+</sup>
431 indicatorInteractive(value: boolean)
1307 …configure the interaction of the navigation point indicator using the **indicatorInteractive** API.
1364 .indicatorInteractive(true)
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js28011 indicatorInteractive(value) { method in ArkSwiperComponent