Skip to main content

Layout

No description

type Layout {
id: ID!
kind: LayoutKind
scripts: String
widgets: JSON
hasEnrollmentWidget: Boolean!
}

Fields

Layout.id ● ID! non-null scalar

Layout.kind ● LayoutKind enum

Layout.scripts ● String scalar

Layout.widgets ● JSON scalar

Layout.hasEnrollmentWidget ● Boolean! non-null scalar

Member of

CourseGroup object ● EmbedPageLaunch object ● LearningPath object

Implemented by

CompetencyAssessmentResource union