LinearAlignmentsDisplayMixin
Note: this document is automatically generated from mobx-state-tree objects in our source code. See Core concepts and intro to pluggable elements for more info
Also note: this document represents the state model 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
LinearAlignmentsDisplayMixin - Properties
property: PileupDisplay
refers to LinearPileupDisplay sub-display model
// type signature
IMaybe<IAnyType>
// code
PileupDisplay: types.maybe(
types.union(
...getLowerPanelDisplays(pluginManager).map(f => f.stateModel),
),
)
property: SNPCoverageDisplay
refers to LinearSNPCoverageDisplay sub-display model
// type signature
IMaybe<IAnyModelType>
// code
SNPCoverageDisplay: types.maybe(
pluginManager.getDisplayType('LinearSNPCoverageDisplay')!.stateModel,
)
property: snpCovHeight
// type signature
number
// code
snpCovHeight: 45
property: type
// type signature
ISimpleType<"LinearAlignmentsDisplay">
// code
type: types.literal('LinearAlignmentsDisplay')
property: configuration
// type signature
AnyConfigurationSchemaType
// code
configuration: ConfigurationReference(configSchema)
property: heightPreConfig
// type signature
IMaybe<ISimpleType<number>>
// code
heightPreConfig: types.maybe(types.number)
property: userFeatureScreenDensity
// type signature
IMaybe<ISimpleType<number>>
// code
userFeatureScreenDensity: types.maybe(types.number)
property: lowerPanelType
// type signature
string
// code
lowerPanelType: 'LinearPileupDisplay'