NgDocBuildCategorySchema
| Extends: | |
No documentation has been provided.
Properties
| Name | Type | Description |
|---|---|---|
| category | boolean | undefined | If parameter was provided, generator will import first parent category automatically (alias is |
| expandable | boolean | undefined | Provide true if the category is expandable (alias is |
| expanded | boolean | undefined | Provide true if the category is expanded by default (alias is |
| name | string | undefined | Name of the category variable (alias is |
| order | number | undefined | Order of the category in sidebar (alias is |
| path inherited from | string | undefined | |
| route | string | undefined | Custom route for the category (alias is |
| title | string | Title of the category (can be provided as string after command) |