Skip to main content

SharedGCContentModel

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/gccontent/src/LinearGCContentDisplay/shared.ts

extends

SharedGCContentModel - Properties

property: windowSize

// type signature
IMaybe<ISimpleType<number>>
// code
windowSize: types.maybe(types.number)

property: windowDelta

// type signature
IMaybe<ISimpleType<number>>
// code
windowDelta: types.maybe(types.number)

SharedGCContentModel - Methods

method: renderProps

retrieves the sequence adapter from parent track, and puts it as a subadapter on a GCContentAdapter

// type signature
renderProps: () => any