Skip to main content

LinearLollipopDisplay

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/lollipop/src/LinearLollipopDisplay/model.ts

extends

LinearLollipopDisplay - Properties

property: type

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

property: configuration

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

LinearLollipopDisplay - Getters

getter: blockType

// type
string

getter: renderDelay

// type
number

getter: rendererTypeName

// type
any

LinearLollipopDisplay - Methods

method: renderProps

// type signature
renderProps: () => any