Skip to main content

LinearWiggleDisplay

Note: this document is automatically generated from configuration objects in our source code. See Config guide for more info

Source file

plugins/wiggle/src/LinearWiggleDisplay/models/configSchema.ts

extends

LinearWiggleDisplay - Slots

slot: defaultRendering

defaultRendering: {
type: 'stringEnum',
model: types.enumeration('Rendering', ['density', 'xyplot', 'line']),
defaultValue: 'xyplot',
}

slot: renderers

renderers: ConfigurationSchema('RenderersConfiguration', {
DensityRenderer: DensityRendererConfigSchema,
XYPlotRenderer: XYPlotRendererConfigSchema,
LinePlotRenderer: LinePlotRendererConfigSchema,
})

LinearWiggleDisplay - Derives from

baseConfiguration: sharedWiggleConfigFactory()