Skip to main content

LinearPairedArcDisplay

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

this is a non-block-based track type, and can connect arcs across multiple displayedRegions

extends

LinearPairedArcDisplay - Properties

property: type

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

property: configuration

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

property: displayMode

// type signature
IMaybe<ISimpleType<string>>
// code
displayMode: types.maybe(types.string)

LinearPairedArcDisplay - Getters

getter: displayModeSetting

// type
any

LinearPairedArcDisplay - Actions

action: selectFeature

// type signature
selectFeature: (feature: Feature) => void

action: setLoading

// type signature
setLoading: (flag: boolean) => void

action: setFeatures

// type signature
setFeatures: (f: Feature[]) => void

action: setDisplayMode

// type signature
setDisplayMode: (flag: string) => void

action: renderSvg

// type signature
renderSvg: (opts: { rasterizeLayers?: boolean; }) => Promise<React.ReactNode>