Skip to main content

HierarchicalConfigSchema

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

Source code

GitHub page

Docs

generally exists on the config.json or root config as configuration.hierarchical

HierarchicalConfigSchema - Slots

slot: configuration.hierarchical.sort.trackNames

trackNames: {
type: 'boolean',
defaultValue: false,
}

slot: configuration.hierarchical.sort.categories

categories: {
type: 'boolean',
defaultValue: false,
}

slot: configuration.hierarchical.defaultCollapsed.categoryNames

categoryNames: {
type: 'stringArray',
defaultValue: [],
}

slot: configuration.hierarchical.defaultCollapsed.topLevelCategories

topLevelCategories: {
type: 'boolean',
defaultValue: false,
}

slot: configuration.hierarchical.defaultCollapsed.subCategories

subCategories: {
type: 'boolean',
defaultValue: false,
}