Skip to content

support property type  #142

Open
Open
@webNeat

Description

@webNeat

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions