-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
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
}
}