We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754672c commit 7c22bf6Copy full SHA for 7c22bf6
types/wx/lib.wx.component.d.ts
@@ -648,11 +648,11 @@ declare namespace WechatMiniprogram.Component {
648
(res: UpdatePerformance<WithDataPath>): void
649
}
650
interface UpdatePerformance<WithDataPath> {
651
- /** 此次更新过程的 ID */
+ /** 此次更新过程的 ID */
652
updateProcessId: number
653
/** 对于子更新,返回它所属的更新过程 ID */
654
parentUpdateProcessId?: number
655
- /** 是否是被合并更新,如果是,则 updateProcessId 表示被合并到的更新过程 ID */
+ /** 是否是被合并更新,如果是,则 updateProcessId 表示被合并到的更新过程 ID */
656
isMergedUpdate: boolean
657
/** 此次更新的 data 字段信息,只有 withDataPaths 设为 true 时才会返回 */
658
dataPaths: WithDataPath extends true ? string[] : undefined
0 commit comments