LinearVariantMatrixDisplay
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
extends
LinearVariantMatrixDisplay - Properties
property: type
// type signature
ISimpleType<"LinearVariantMatrixDisplay">
// code
type: types.literal('LinearVariantMatrixDisplay')
property: layout
// type signature
IOptionalIType<IType<Source[], Source[], Source[]>, [undefined]>
// code
layout: types.optional(types.frozen<Source[]>(), [])
property: configuration
// type signature
AnyConfigurationSchemaType
// code
configuration: ConfigurationReference(configSchema)
property: mafFilter
// type signature
IOptionalIType<ISimpleType<number>, [undefined]>
// code
mafFilter: types.optional(types.number, 0.1)
property: showSidebarLabelsSetting
// type signature
true
// code
showSidebarLabelsSetting: true
LinearVariantMatrixDisplay - Getters
getter: sources
// type
any
getter: blockType
// type
string
getter: totalHeight
// type
number
getter: rowHeight
// type
number
getter: canDisplayLabels
// type
boolean
LinearVariantMatrixDisplay - Methods
method: adapterProps
// type signature
adapterProps: () => any
method: trackMenuItems
// type signature
trackMenuItems: () => (MenuDivider | MenuSubHeader | NormalMenuItem | CheckboxMenuItem | RadioMenuItem | SubMenuItem | { ...; })[]
method: renderProps
// type signature
renderProps: () => any
LinearVariantMatrixDisplay - Actions
action: setFeatures
// type signature
setFeatures: (f: Feature[]) => void
action: setLayout
// type signature
setLayout: (layout: Source[]) => void
action: clearLayout
// type signature
clearLayout: () => void
action: setSourcesLoading
// type signature
setSourcesLoading: (str: string) => void
action: setSources
// type signature
setSources: (sources: Source[]) => void
action: setMafFilter
// type signature
setMafFilter: (arg: number) => void
action: setShowSidebarLabels
// type signature
setShowSidebarLabels: (arg: boolean) => void
action: renderSvg
// type signature
renderSvg: (opts: ExportSvgDisplayOptions) => Promise<Element>