@progress/kendo-angular-chart-wizard
Version:
Kendo UI Angular Chart Wizard component
25 lines (24 loc) • 739 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "SchematicsKendoAngularChart-wizard",
"title": "Kendo Angular Chart-wizard Options Schema",
"type": "object",
"properties": {
"theme": {
"enum": ["default", "bootstrap", "material"],
"default": "default",
"description": "The theme to apply"
},
"export": {
"type": "boolean",
"default": false,
"description": "Specifies if declaring module exports the component."
},
"skipInstall": {
"description": "Skip installing Kendo dependency packages.",
"type": "boolean",
"default": false
}
},
"required": []
}