Skip to content

Schema and private properties #31

Description

@bredele

Documentation can be generated from the schema and sometimes schema can be useful for internal machinery. Having an attribute private could tell the generator to leave an attribute out of the doc.

        test: {
          private: true,
          description: `
            This is some description to make sure this parameters can not be overriden.
          `,
          transform() {
            return null
          }
        }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions