View Source CreationContext

oli / Exports / CreationContext

Interface: CreationContext

Context supplied to a creation function.

Hierarchy

  • ResourceContext

    CreationContext

Table of contents

Properties

Properties

activityContexts

activityContexts: ActivityEditContext[]

Inherited from

ResourceContext.activityContexts

Defined in

src/data/content/resource.ts:176


allObjectives

allObjectives: Objective[]

Inherited from

ResourceContext.allObjectives

Defined in

src/data/content/resource.ts:174


allTags

allTags: Tag[]

Inherited from

ResourceContext.allTags

Defined in

src/data/content/resource.ts:175


authorEmail

authorEmail: string

Inherited from

ResourceContext.authorEmail

Defined in

src/data/content/resource.ts:166


content

content: PageContent

Inherited from

ResourceContext.content

Defined in

src/data/content/resource.ts:172


creationData

Optional creationData: CreationData

Inherited from

ResourceContext.creationData

Defined in

src/data/content/resource.ts:178


graded

graded: boolean

Inherited from

ResourceContext.graded

Defined in

src/data/content/resource.ts:165


hasExperiments

hasExperiments: boolean

Inherited from

ResourceContext.hasExperiments

Defined in

src/data/content/resource.ts:170


objectives

objectives: AttachedObjectives

Inherited from

ResourceContext.objectives

Defined in

src/data/content/resource.ts:173


optionalContentTypes

optionalContentTypes: OptionalContentTypes

Inherited from

ResourceContext.optionalContentTypes

Defined in

src/data/content/resource.ts:177


projectSlug

projectSlug: string

Inherited from

ResourceContext.projectSlug

Defined in

src/data/content/resource.ts:167


resourceId

resourceId: number

Inherited from

ResourceContext.resourceId

Defined in

src/data/content/resource.ts:169


resourceSlug

resourceSlug: string

Inherited from

ResourceContext.resourceSlug

Defined in

src/data/content/resource.ts:168


title

title: string

Inherited from

ResourceContext.title

Defined in

src/data/content/resource.ts:171