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
Source file
plugins/arc/src/LinearPairedArcDisplay/model.ts
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>