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

Table of contents

Properties

Properties

correctAnswer

Optional correctAnswer: unknown

Inherited from

BaseResponse.correctAnswer

Defined in

types.ts:66


hidden

Optional hidden: boolean

Inherited from

BaseResponse.hidden

Defined in

types.ts:70


id

id: string

Inherited from

BaseResponse.id

Defined in

types.ts:62


location

location: "sidebar" | "aboveStimulus" | "belowStimulus"

Inherited from

BaseResponse.location

Defined in

types.ts:65


paramCapture

Optional paramCapture: string

Inherited from

BaseResponse.paramCapture

Defined in

types.ts:69


prompt

prompt: string

Inherited from

BaseResponse.prompt

Defined in

types.ts:63


required

required: boolean

Inherited from

BaseResponse.required

Defined in

types.ts:64


requiredLabel

Optional requiredLabel: string

Inherited from

BaseResponse.requiredLabel

Defined in

types.ts:68


requiredValue

Optional requiredValue: unknown

Inherited from

BaseResponse.requiredValue

Defined in

types.ts:67


type

type: "iframe"

Defined in

types.ts:160