Skip to main content

DotplotDisplay

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/dotplot-view/src/DotplotDisplay/stateModelFactory.tsx

DotplotDisplay - Properties

property: type

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

property: configuration

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

DotplotDisplay - Getters

getter: rendererTypeName

// type
any

DotplotDisplay - Methods

method: renderProps

// type signature
renderProps: () => any

method: renderSvg

// type signature
renderSvg: (opts: ExportSvgOptions & { theme: ThemeOptions; }) => Promise<Element>

DotplotDisplay - Actions

action: setLoading

// type signature
setLoading: (abortController: AbortController) => void

action: setMessage

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

action: setRendered

// type signature
setRendered: (args?: { data: any; reactElement: React.ReactElement; renderingComponent: React.Component; }) => void

action: setError

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