File tree Expand file tree Collapse file tree
pie-models/src/pie/charting Expand file tree Collapse file tree Original file line number Diff line number Diff line change 504504 "title" : " rubricEnabled"
505505 },
506506 "changeInteractiveEnabled" : {
507- "description" : " Indicates if teacher can enable/disable data[]:interactive" ,
507+ "description" : " Indicates if teacher can enable/disable data[]:interactive. Default value is false " ,
508508 "type" : " boolean" ,
509509 "title" : " changeInteractiveEnabled"
510510 },
511511 "changeEditableEnabled" : {
512- "description" : " Indicates if teacher can enable/disable data[]:editable" ,
512+ "description" : " Indicates if teacher can enable/disable data[]:editable. Default value is false " ,
513513 "type" : " boolean" ,
514514 "title" : " changeEditableEnabled"
515515 },
516516 "changeAddCategoryEnabled" : {
517- "description" : " Indicates if teacher can enable/disable addCategoryEnabled" ,
517+ "description" : " Indicates if teacher can enable/disable addCategoryEnabled. Default value is false " ,
518518 "type" : " boolean" ,
519519 "title" : " changeAddCategoryEnabled"
520520 },
Original file line number Diff line number Diff line change @@ -168,15 +168,15 @@ Indicates if Rubric is enabled
168168
169169# ` changeInteractiveEnabled ` (boolean, required)
170170
171- Indicates if teacher can enable/disable data[ ] : interactive
171+ Indicates if teacher can enable/disable data[ ] : interactive . Default value is false
172172
173173# ` changeEditableEnabled ` (boolean, required)
174174
175- Indicates if teacher can enable/disable data[ ] : editable
175+ Indicates if teacher can enable/disable data[ ] : editable . Default value is false
176176
177177# ` changeAddCategoryEnabled ` (boolean, required)
178178
179- Indicates if teacher can enable/disable addCategoryEnabled
179+ Indicates if teacher can enable/disable addCategoryEnabled. Default value is false
180180
181181# ` studentNewCategoryDefaultLabel ` (string, required)
182182
Original file line number Diff line number Diff line change @@ -162,13 +162,13 @@ export interface ChartingPie extends PieModel {
162162 /** Indicates if Rubric is enabled */
163163 rubricEnabled : boolean ;
164164
165- /** Indicates if teacher can enable/disable data[]:interactive */
165+ /** Indicates if teacher can enable/disable data[]:interactive. Default value is false */
166166 changeInteractiveEnabled : boolean ;
167167
168- /** Indicates if teacher can enable/disable data[]:editable */
168+ /** Indicates if teacher can enable/disable data[]:editable. Default value is false */
169169 changeEditableEnabled : boolean ;
170170
171- /** Indicates if teacher can enable/disable addCategoryEnabled */
171+ /** Indicates if teacher can enable/disable addCategoryEnabled. Default value is false */
172172 changeAddCategoryEnabled : boolean ;
173173
174174 /**
You can’t perform that action at this time.
0 commit comments