Interface: StudyConfig
The StudyConfig interface is used to define the properties of a study configuration. These are the hjson files that live in the public folder. In our repo, one example of this would be public/cleveland/config-cleveland.hjson.
Table of contents
Properties
Properties
$schema
• $schema: string
Defined in
baseComponents
• Optional
baseComponents: Record
<string
, IndividualComponent
>
Defined in
components
• components: Record
<string
, InheritedComponent
>
Defined in
sequence
• sequence: OrderObject
Defined in
studyMetadata
• studyMetadata: StudyMetadata
Defined in
uiConfig
• uiConfig: UIConfig