Author Aide API Initialization
show
You must use this to specify whether to show the grade options in Author Aide API.
Examples
const initializationOptions = {
"config": {
"generation": {
"grade": {
"show": true
}
}
}
};
Values
Attribute path config.generation.grade.show
Default true
Type boolean