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
The docs for @param need to show the "nested property" syntax for documenting an object's properties:
/** * Sample method. * @param {Object} options - Options for the sample method. * @param {string} options.foo - The name of the foo. */functionsampleMethod(options){// ...}