Skip to main content

LinearComparativeDisplay

Note: this document is automatically generated from @jbrowse/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

LinearComparativeDisplay - Properties

property: type

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

property: configuration

// type signature
any
// code
configuration: ConfigurationReference(configSchema)

LinearComparativeDisplay - Getters

getter: level

// type
number

getter: height

// type
number

LinearComparativeDisplay - Methods

method: renderProps

// type signature
renderProps: () => any

LinearComparativeDisplay - Actions

action: setLoading

controlled by a reaction

// type signature
setLoading: (newStopToken: string) => void

action: setMessage

controlled by a reaction

// type signature
setMessage: (messageText: string) => void

action: setLoadingStatus

controlled by a reaction

// type signature
setLoadingStatus: (messageText: string) => void

action: setRendered

controlled by a reaction

// type signature
setRendered: (args?: { features: Feature[]; }) => void

action: setError

controlled by a reaction

// type signature
setError: (error: unknown) => void