Skip to main content

MultiLinearVariantDisplay

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

Source code

GitHub page

Docs

extends

MultiLinearVariantDisplay - Properties

property: type

// type signature
ISimpleType<"MultiLinearVariantDisplay">
// code
type: types.literal('MultiLinearVariantDisplay')

property: rowHeightSetting

used only if autoHeight is false

// type signature
IOptionalIType<ISimpleType<number>, [undefined]>
// code
rowHeightSetting: types.optional(types.number, 11)

property: minorAlleleFrequencyFilter

// type signature
IOptionalIType<ISimpleType<number>, [undefined]>
// code
minorAlleleFrequencyFilter: types.optional(types.number, 0)

property: autoHeight

// type signature
false
// code
autoHeight: false

MultiLinearVariantDisplay - Getters

getter: rendererTypeName

// type
string

MultiLinearVariantDisplay - Actions

action: renderSvg

// type signature
renderSvg: (opts: ExportSvgDisplayOptions) => Promise<Element>