mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 07:10:52 +00:00
形参不建议使用value 使用chainWeight
Signed-off-by: fenglinbailu <liubin249@huawei.com>
This commit is contained in:
parent
01ab149c2d
commit
628ee54e4d
4
api/@internal/component/ets/common.d.ts
vendored
4
api/@internal/component/ets/common.d.ts
vendored
@ -15558,14 +15558,14 @@ declare class CommonMethod<T> {
|
||||
/**
|
||||
* chain Weight
|
||||
*
|
||||
* @param { ChainWeightOptions } value
|
||||
* @param { ChainWeightOptions } chainWeight
|
||||
* @returns { T }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
* @atomicservice
|
||||
* @since 14
|
||||
*/
|
||||
chainWeight(value: ChainWeightOptions): T;
|
||||
chainWeight(chainWeight: ChainWeightOptions): T;
|
||||
|
||||
/**
|
||||
* Inner margin.
|
||||
|
Loading…
Reference in New Issue
Block a user