Skip to main content

TemporaryAssembliesMixin

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

packages/app-core/src/Assemblies/TemporaryAssembliesMixin.ts

TemporaryAssembliesMixin - Properties

property: temporaryAssemblies

// type signature
IArrayType<IType<any, any, any>>
// code
temporaryAssemblies: types.array(assemblyConfigSchemasType)

TemporaryAssembliesMixin - Actions

action: addTemporaryAssembly

used for read vs ref type assemblies.

// type signature
addTemporaryAssembly: (conf: AnyConfiguration) => any

action: removeTemporaryAssembly

// type signature
removeTemporaryAssembly: (name: string) => void