-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Description
api-typings/types/wx/lib.wx.component.d.ts
Lines 67 to 83 in 9f98eb4
interface Constructor { | |
< | |
TData extends DataOption, | |
TProperty extends PropertyOption, | |
TMethod extends MethodOption, | |
TCustomInstanceProperty extends IAnyObject = {}, | |
TIsPage extends boolean = false | |
>( | |
options: Options< | |
TData, | |
TProperty, | |
TMethod, | |
TCustomInstanceProperty, | |
TIsPage | |
> | |
): string | |
} |
https://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/glass-easel/chaining-api.html
与文档出入较大,缺少相关定义
jaskang, See-Cat, Liaorun and 18601673727
Metadata
Metadata
Assignees
Labels
No labels