Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support property type #142

Open
webNeat opened this issue Jun 11, 2016 · 1 comment
Open

support property type #142

webNeat opened this issue Jun 11, 2016 · 1 comment
Labels

Comments

@webNeat
Copy link

webNeat commented Jun 11, 2016

Hello,

I have the following type definition

/**
 * The database type.
 * @typedef {Object} DB
 * @property {String} folder - The path of the folder where the data files are stored.
 * @property {Object<String, Schema>} schemas - The schemas on the database.
 */

The type DB is shown on the documentation but the properties folder and schemas are shown without types. Is there any way to show types for these like shown for function arguments for exemple ?

Thank you,
Amine

@lipp
Copy link
Owner

lipp commented Jun 14, 2016

Thanks for reporting. Your code is correct. I'll fix this.

@lipp lipp added the bug label Jun 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants