Interface: IFrameResponse
The IFrameResponse interface is used to define the properties of an iframe response. IFrameResponses render as a list, that is connected to a WebsiteComponent. When data is sent from the WebsiteComponent, it is displayed in the list.
Hierarchy
-
↳
IFrameResponse
Table of contents
Properties
Properties
correctAnswer
• Optional
correctAnswer: unknown
Inherited from
Defined in
hidden
• Optional
hidden: boolean
Inherited from
Defined in
id
• id: string
Inherited from
Defined in
location
• location: "sidebar"
| "aboveStimulus"
| "belowStimulus"
Inherited from
Defined in
paramCapture
• Optional
paramCapture: string
Inherited from
Defined in
prompt
• prompt: string
Inherited from
Defined in
required
• required: boolean
Inherited from
Defined in
requiredLabel
• Optional
requiredLabel: string
Inherited from
Defined in
requiredValue
• Optional
requiredValue: unknown
Inherited from
Defined in
type
• type: "iframe"