形参不建议使用value 使用chainWeight

Signed-off-by: fenglinbailu <liubin249@huawei.com>
This commit is contained in:
fenglinbailu 2024-10-23 10:19:37 +08:00
parent 01ab149c2d
commit 628ee54e4d

View File

@ -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.