Skip to main content

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

Source code

GitHub page

Docs

extends

LinearVariantMatrixDisplay - Properties

property: type

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

property: rowHeightSetting

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

LinearVariantMatrixDisplay - Getters

getter: blockType

// type
string

getter: totalHeight

// type
number

getter: rowHeight

// type
number

getter: canDisplayLabels

// type
boolean

LinearVariantMatrixDisplay - Methods

method: renderProps

// type signature
renderProps: () => any

LinearVariantMatrixDisplay - Actions

action: renderSvg

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