Skip to main content
Version: v2.0.0-rc6

GlobalConfig

Defined in: parser/types.ts:9

The GlobalConfig is used to generate the list of available studies in the UI. This list is displayed on the landing page when running the app.

Properties

PropertyTypeDescriptionDefined in
$schemastringA required json schema property. This should point to the github link for the version of the schema you would like. See examples in the public folder for more informationparser/types.ts:11
configsobjectA required property that specifies the options for the configList property.parser/types.ts:13
configsListstring[]A required property that is used to generate the list of available studies in the UI. This list is displayed on the landing page when running the app.parser/types.ts:23