You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Gets or the `role` property. The role is depending on the actions count.
* Posible values are: `dialog` | `alertdialog` | `alert`
* @public
* @type `boolean`
* @defaultvalue `''`
*/
readonly role: string;
`
The text was updated successfully, but these errors were encountered:
RueDeRennes
changed the title
support for @defaultvalue or @default
support for @defaultvalue or @default and @type
Jun 23, 2018
What is the role of @type, given that the TypeScript language already has a full type system?
The @default tag seems like a pretty useful feature. Could you also open an issue for the TSDoc project to propose adding @default to the standard?
octogonz
changed the title
support for @defaultvalue or @default and @type
[api-extractor ]support for @defaultvalue or @default and @type
Jun 26, 2018
I opened microsoft/tsdoc#27 to track this. I'm closing this issue since @type seems to be already handled by the type system (although note that there is a JSDoc-in-JavaScript scenario that might be relevant.
Feel free to reopen this issue if you have more questions specific to API Extractor.
is there any support for @DefaultValue or @default and @type?
in my usecase:
`
/**
`
The text was updated successfully, but these errors were encountered: