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
- autoDownloadStudy
- autoDownloadTime
- contactEmail
- helpTextPath
- logoPath
- sidebar
- studyEndMsg
- withProgressBar
Properties
autoDownloadStudy
• Optional
autoDownloadStudy: boolean
Defined in
autoDownloadTime
• Optional
autoDownloadTime: number
Defined in
contactEmail
• contactEmail: string
Defined in
helpTextPath
• Optional
helpTextPath: string
Defined in
logoPath
• logoPath: string
Defined in
sidebar
• sidebar: boolean
Defined in
studyEndMsg
• Optional
studyEndMsg: string
Defined in
withProgressBar
• withProgressBar: boolean