Table of contents

Interfaces

Type Aliases

Type Aliases

IndividualComponent

Ƭ IndividualComponent: MarkdownComponent | ReactComponent | ImageComponent | WebsiteComponent | QuestionnaireComponent

Defined in

types.ts:256


InheritedComponent

Ƭ InheritedComponent: IndividualComponent | PartialComponent

Defined in

types.ts:265


PartialComponent

Ƭ PartialComponent: Partial<IndividualComponent> & { baseComponent: string }

Defined in

types.ts:264


Response

Ƭ Response: NumericalResponse | ShortTextResponse | LongTextResponse | LikertResponse | DropdownResponse | SliderResponse | RadioResponse | CheckboxResponse | IFrameResponse

Defined in

types.ts:163