JBrowseConfiguration
Note: this document is automatically generated from configuration objects in our source code. See Config guide for more info
Also note: this document represents the config API for the current released version of jbrowse. If you are not using the current version, please cross reference the markdown files in our repo of the checked out git tag
Links
Docs
this is the entry under the configuration
key e.g.
{
assemblies,
tracks,
configuration: { these entries here }
}
JBrowseConfiguration - Slots
slot: configuration.rpc
rpc: RpcManager.configSchema
slot: configuration.highResolutionScaling
highResolutionScaling: {
type: 'number',
defaultValue: 2,
}
slot: configuration.disableAnalytics
disableAnalytics: {
type: 'boolean',
defaultValue: false,
}
slot: configuration.theme
theme: {
type: 'frozen',
defaultValue: {},
}
slot: configuration.extraThemes
extraThemes: {
type: 'frozen',
defaultValue: {},
}
slot: configuration.logoPath
logoPath: {
type: 'fileLocation',
defaultValue: {
uri: '',
locationType: 'UriLocation',
},
}