We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d19e8 commit 77188e2Copy full SHA for 77188e2
structure/main.ts
@@ -2566,6 +2566,8 @@ export type CoreCourseGetContentsWSResponse = {
2566
hiddenbynumsections?: number; // Whether is a section hidden in the course format.
2567
uservisible?: boolean; // Is the section visible for the user?.
2568
availabilityinfo?: string; // Availability information.
2569
+ component?: string; // The delegate component of this section if any.
2570
+ itemid?: number; // The optional item id delegate component can use to identify its instance.
2571
modules: { // List of module.
2572
id: number; // Activity id.
2573
url?: string; // Activity url.
0 commit comments