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
I know JSDoc has a @readonly tag but I can't find any examples of applying it to individual properties on a @typedef or @interface, or sub-properties of an object using dot notation ({string} options.bar).
If this isn't already possible with JSDoc, should I ask on their tracker instead?
The text was updated successfully, but these errors were encountered:
If there is a jsdoc syntax we don't support I'd open an issue here. If you're asking what the jsdoc syntax is, then I'm not sure. Opening an issue there might help.
This is valid Typescript:
I know JSDoc has a
@readonly
tag but I can't find any examples of applying it to individual properties on a@typedef
or@interface
, or sub-properties of an object using dot notation ({string} options.bar
).If this isn't already possible with JSDoc, should I ask on their tracker instead?
The text was updated successfully, but these errors were encountered: