Skip to main content

LGVSyntenyDisplay

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

Source file

plugins/linear-comparative-view/src/LGVSyntenyDisplay/model.ts

displays location of "synteny" feature in a plain LGV, allowing linking out to external synteny views

extends

LGVSyntenyDisplay - Properties

property: type

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

property: configuration

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

LGVSyntenyDisplay - Methods

method: contextMenuItems

// type signature
contextMenuItems: () => MenuItem[]

method: trackMenuItems

// type signature
trackMenuItems: () => (MenuDivider | MenuSubHeader | NormalMenuItem | CheckboxMenuItem | RadioMenuItem | SubMenuItem | { ...; })[]