Interface: WebsiteComponent
The WebsiteComponent interface is used to define the properties of a website component. A WebsiteComponent is used to render an iframe with a website inside of it. This can be used to display an external website or an html file that is located in the public folder.
Hierarchy
-
↳
WebsiteComponent
Table of contents
Properties
- correctAnswer
- description
- instruction
- instructionLocation
- meta
- nextButtonLocation
- nextButtonText
- parameters
- path
- response
- style
- title
- type
Properties
correctAnswer
• Optional
correctAnswer: Answer
[]
Inherited from
BaseIndividualComponent.correctAnswer
Defined in
description
• Optional
description: string
Inherited from
BaseIndividualComponent.description
Defined in
instruction
• Optional
instruction: string
Inherited from
BaseIndividualComponent.instruction
Defined in
instructionLocation
• Optional
instructionLocation: "sidebar"
| "aboveStimulus"
| "belowStimulus"
Inherited from
BaseIndividualComponent.instructionLocation
Defined in
meta
• Optional
meta: Record
<string
, unknown
>
Inherited from
Defined in
nextButtonLocation
• Optional
nextButtonLocation: "sidebar"
| "aboveStimulus"
| "belowStimulus"
Inherited from
BaseIndividualComponent.nextButtonLocation
Defined in
nextButtonText
• Optional
nextButtonText: string
Inherited from
BaseIndividualComponent.nextButtonText
Defined in
parameters
• Optional
parameters: Record
<string
, unknown
>
Defined in
path
• path: string
Defined in
response
• response: Response
[]
Inherited from
BaseIndividualComponent.response
Defined in
style
• Optional
style: Record
<string
, string
>
Defined in
title
• Optional
title: string
Inherited from
Defined in
type
• type: "website"