Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-atomicservice-AtomicServiceWeb.md33 controller: AtomicServiceWebController,
74 ## AtomicServiceWebController section
76AtomicServiceWebController可以控制AtomicServiceWeb组件各种行为。一个AtomicServiceWebController对象只能控制一个AtomicSer…
462 @State controller: AtomicServiceWebController = new AtomicServiceWebController();
483 @State controller: AtomicServiceWebController = new AtomicServiceWebController();
509 @State controller: AtomicServiceWebController = new AtomicServiceWebController();
533 @State controller: AtomicServiceWebController = new AtomicServiceWebController();
597 AtomicServiceWebController,
607 @State controller: AtomicServiceWebController = new AtomicServiceWebController();
658 AtomicServiceWebController,
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-atomicservice-AtomicServiceWeb.md33 controller: AtomicServiceWebController,
74 ## AtomicServiceWebController section
457 import { AtomicServiceWeb, AtomicServiceWebController } from '@kit.ArkUI';
462 @State controller: AtomicServiceWebController = new AtomicServiceWebController();
483 @State controller: AtomicServiceWebController = new AtomicServiceWebController();
509 @State controller: AtomicServiceWebController = new AtomicServiceWebController();
533 @State controller: AtomicServiceWebController = new AtomicServiceWebController();
597 AtomicServiceWebController,
607 @State controller: AtomicServiceWebController = new AtomicServiceWebController();
658 AtomicServiceWebController,
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js379 let AtomicServiceWebController = class AtomicServiceWebController { class
449 AtomicServiceWebController = __decorate([
451 ], AtomicServiceWebController);
453 export { AtomicServiceWebController };
1354 AtomicServiceWebController
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/source/
H A Datomicserviceweb.ets116 @ObjectLink controller: AtomicServiceWebController;
257 export class AtomicServiceWebController {
268 …message: 'Init error. The AtomicServiceWebController must be associated with a AtomicServiceWeb co…