Skip to main content

LinearVariantDisplay

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/variants/src/LinearVariantDisplay/model.ts

similar to basic display, but provides custom widget on feature click extends

LinearVariantDisplay - Properties

property: type

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

property: configuration

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

LinearVariantDisplay - Actions

action: selectFeature

// type signature
selectFeature: (feature: Feature) => Promise<void>