JSII doesn't allow JSDoc-ing destructured parameters. For example: /** * @param bar Example description */ public foo({ a, b }: {[key: string]: string}) ...
確定! 回上一頁