LinearComparativeDisplay
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
Links
Docs
extends
LinearComparativeDisplay - Properties
property: type
// type signature
ISimpleType<"LinearComparativeDisplay">
// code
type: types.literal('LinearComparativeDisplay')
property: configuration
// type signature
AnyConfigurationSchemaType
// code
configuration: ConfigurationReference(configSchema)
LinearComparativeDisplay - Getters
getter: level
// type
number
getter: height
// type
number
getter: renderProps
// type
() => { rpcDriverName: string; displayModel: { id: string; type: "LinearComparativeDisplay"; rpcDriverName: string; configuration: { [x: string]: any; } & NonEmptyObject & { ...; } & IStateTreeNode<...>; } & ... 5 more ... & IStateTreeNode<...>; highResolutionScaling: number; }
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: setRendered
controlled by a reaction
// type signature
setRendered: (args?: { features: Feature[]; }) => void
action: setError
controlled by a reaction
// type signature
setError: (error: unknown) => void