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:178


allObjectives

allObjectives: Objective[]

Inherited from

ResourceContext.allObjectives

Defined in

src/data/content/resource.ts:176


allTags

allTags: Tag[]

Inherited from

ResourceContext.allTags

Defined in

src/data/content/resource.ts:177


authorEmail

authorEmail: string

Inherited from

ResourceContext.authorEmail

Defined in

src/data/content/resource.ts:168


content

content: PageContent

Inherited from

ResourceContext.content

Defined in

src/data/content/resource.ts:174


creationData

Optional creationData: CreationData

Inherited from

ResourceContext.creationData

Defined in

src/data/content/resource.ts:180


graded

graded: boolean

Inherited from

ResourceContext.graded

Defined in

src/data/content/resource.ts:167


hasExperiments

hasExperiments: boolean

Inherited from

ResourceContext.hasExperiments

Defined in

src/data/content/resource.ts:172


objectives

objectives: AttachedObjectives

Inherited from

ResourceContext.objectives

Defined in

src/data/content/resource.ts:175


optionalContentTypes

optionalContentTypes: OptionalContentTypes

Inherited from

ResourceContext.optionalContentTypes

Defined in

src/data/content/resource.ts:179


projectSlug

projectSlug: string

Inherited from

ResourceContext.projectSlug

Defined in

src/data/content/resource.ts:169


resourceId

resourceId: number

Inherited from

ResourceContext.resourceId

Defined in

src/data/content/resource.ts:171


resourceSlug

resourceSlug: string

Inherited from

ResourceContext.resourceSlug

Defined in

src/data/content/resource.ts:170


title

title: string

Inherited from

ResourceContext.title

Defined in

src/data/content/resource.ts:173