Interface: UIConfig

The UIConfig is used to configure the UI of the app. This includes the logo, contact email, and whether to show a progress bar. The UIConfig is also used to configure the sidebar, which can be used to display the task instructions and capture responses.

Table of contents

Properties

Properties

autoDownloadStudy

Optional autoDownloadStudy: boolean

Defined in

types.ts:39


autoDownloadTime

Optional autoDownloadTime: number

Defined in

types.ts:40


contactEmail

contactEmail: string

Defined in

types.ts:35


helpTextPath

Optional helpTextPath: string

Defined in

types.ts:36


logoPath

logoPath: string

Defined in

types.ts:37


sidebar: boolean

Defined in

types.ts:42


studyEndMsg

Optional studyEndMsg: string

Defined in

types.ts:41


withProgressBar

withProgressBar: boolean

Defined in

types.ts:38