mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2025-04-13 10:40:57 +00:00
!18584 NodeController绑定解绑生命周期回调接口注释修改
Merge pull request !18584 from wangxiuxiu96/nodecontroller_fix
This commit is contained in:
commit
f241d794dd
6
api/arkui/NodeController.d.ts
vendored
6
api/arkui/NodeController.d.ts
vendored
@ -195,9 +195,9 @@ export abstract class NodeController {
|
||||
* @since 18
|
||||
*/
|
||||
onWillUnbind?(containerId: number): void;
|
||||
|
||||
|
||||
/**
|
||||
* OnBind Method. Executed when the NodeController is bound to a NodeContainer.
|
||||
* OnBind Method. Executed after the NodeController is bound to a NodeContainer.
|
||||
*
|
||||
* @param { number } containerId - the uniqueId of the NodeContainer.
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
@ -208,7 +208,7 @@ export abstract class NodeController {
|
||||
onBind?(containerId: number): void;
|
||||
|
||||
/**
|
||||
* OnUnbind Method. Executed when the NodeController is unbind with the NodeContainer.
|
||||
* OnUnbind Method. Executed after the NodeController is unbind with the NodeContainer.
|
||||
*
|
||||
* @param { number } containerId - the uniqueId of the NodeContainer.
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
|
Loading…
x
Reference in New Issue
Block a user