SequenceSearchAdapter
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
SequenceSearchAdapter - Slots
slot: search
search: {
type: 'string',
defaultValue: '',
description: 'Search string or regex to search for',
}
slot: sequenceAdapter
sequenceAdapter: {
type: 'frozen',
defaultValue: null,
}
slot: searchForward
searchForward: {
type: 'boolean',
defaultValue: true,
}
slot: searchReverse
searchReverse: {
type: 'boolean',
defaultValue: true,
}
slot: caseInsensitive
caseInsensitive: {
type: 'boolean',
defaultValue: true,
}